I was trying to get the FuelPHP ORM Observers to use MySQL datetimes rather than unix timestamps, however I can t figure out how to use the code provided in the docs.
They provide this code: OrmObserver_CreatedAt::$mysql_timestamp = true;
But where do I use this? In the model? It doesn t seem to work there.
Thanks!