×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Perform on clicking Save Button
WebBonus AG
Nieuw lid
Posts: 1
6 jaren 10 maanden geleden #1721
door WebBonus AG
Perform on clicking Save Button werd gestart door WebBonus AG
Hello Community,
I have searched the forum but didn't find an answer to my question.
Where do I have to put custom php code that shuld be rum when user clicks the save item button in backend?
Any hints or help on this would be highly appreciated
Thank you and happy new year everyone!
Michael
I have searched the forum but didn't find an answer to my question.
Where do I have to put custom php code that shuld be rum when user clicks the save item button in backend?
Any hints or help on this would be highly appreciated
Thank you and happy new year everyone!
Michael
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Fran
Nieuw lid
Posts: 5
6 jaren 10 maanden geleden - 6 jaren 10 maanden geleden #1722
door Fran
Beantwoord door Fran in topic Perform on clicking Save Button
Hello,
One way you can do this is to override the save method of the model you want to modify. For example you can use the following code inside your class:
Regards.
One way you can do this is to override the save method of the model you want to modify. For example you can use the following code inside your class:
public function save($data)
{
/* Your code here */
return parent::save($data);
}
Regards.
Laatst bewerkt 6 jaren 10 maanden geleden door Fran.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Tijd voor maken pagina: 0.052 seconden