×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Perform on clicking Save Button
WebBonus AG
New Member
Posts: 1
pred 6 rokmi 9 mesiacmi #1721
od WebBonus AG
Perform on clicking Save Button bolo vytvorené 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
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Fran
New Member
Posts: 5
pred 6 rokmi 9 mesiacmi - pred 6 rokmi 9 mesiacmi #1722
od Fran
Odpoveď od Fran na tému 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.
Posledný krát upravené:pred 6 rokmi 9 mesiacmi Fran
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.049 sekúnd