- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm working through saving my form data to the DB.
Through reverse engineering, i'm finding the process XF uses with the service/ calls to be WAY overkill for my needs.
Is there a 'simpler' approach? Can i just spawn an entity through _em instance and ->save() to it in my controller instead of going through the preparer and creator and editor services?
My data will all be admin/mod generated (controlled by permissions) but lives in the regular xf area (not admin). So, i'm less...
Through reverse engineering, i'm finding the process XF uses with the service/ calls to be WAY overkill for my needs.
Is there a 'simpler' approach? Can i just spawn an entity through _em instance and ->save() to it in my controller instead of going through the preparer and creator and editor services?
My data will all be admin/mod generated (controlled by permissions) but lives in the regular xf area (not admin). So, i'm less...
نام موضوع : easy saving?