This might not be the correct forum for this. If it's not, please move it.
Anyways, I'm wanting to add a new database row to a RM category. I know how to do most of it. I have the field in the form, and the row is added to the database, and it's added to the entity. However, I'm wondering what's the proper way to get that to save when I submit the form? I could just overwrite the
PHP:
Read more
Читать далее...
Anyways, I'm wanting to add a new database row to a RM category. I know how to do most of it. I have the field in the form, and the row is added to the database, and it's added to the entity. However, I'm wondering what's the proper way to get that to save when I submit the form? I could just overwrite the
categorySaveProcess
to add my row here:PHP:
protected function categorySaveProcess(\XFRM\Entity\Category...
Read more
Читать далее...