make codeigniter automatically insert/update created field and modified field like cake |
[eluser]PhilTem[/eluser]
Either put it to your MySQL-server (make a field for update and create timestamp and set the options accordingly) or create a custom MY_Model which takes care of this. If you're interested in the second part, you might wanna take a look at my model I currently develop. It's pretty massive, but for your part only method 'create()' and 'update()' will probably be important https://svn.ignitedco.de/icf/trunk/appli..._Model.php |
Messages In This Thread |
make codeigniter automatically insert/update created field and modified field like cake - by El Forum - 01-30-2012, 07:39 AM
make codeigniter automatically insert/update created field and modified field like cake - by El Forum - 01-30-2012, 07:56 AM
make codeigniter automatically insert/update created field and modified field like cake - by El Forum - 01-30-2012, 11:07 AM
make codeigniter automatically insert/update created field and modified field like cake - by El Forum - 01-30-2012, 12:13 PM
make codeigniter automatically insert/update created field and modified field like cake - by El Forum - 01-30-2012, 07:57 PM
make codeigniter automatically insert/update created field and modified field like cake - by El Forum - 01-30-2012, 09:34 PM
|