run function upon item save - Joomla! Forum - community, help and support
hi guys i'm curious on how run function after click save button on item in joomla.
basically, i'm using component creator here:
http://extensions.joomla.org/extensions ... tools/7627
i have couple of fields , when press save (admin backend) want run couple of functions afterwards. best way that? let's create model file containing these functions, how , call these. i'm still trying learn mvc structure of joomla it's on place. i'm more used codeigniter's structure , other more simple mvc's that's why i'm confuss.
any ideas?
basically, i'm using component creator here:
http://extensions.joomla.org/extensions ... tools/7627
i have couple of fields , when press save (admin backend) want run couple of functions afterwards. best way that? let's create model file containing these functions, how , call these. i'm still trying learn mvc structure of joomla it's on place. i'm more used codeigniter's structure , other more simple mvc's that's why i'm confuss.
any ideas?
write plugins provide functions associated trigger events.
your documents here: http://docs.joomla.org/plugin
your documents here: http://docs.joomla.org/plugin
Comments
Post a Comment