MIF_E31222691/laravel/database/eloquent
Jesse O'Brien 1be274caa6 Change update function so it uses timestamp like save
Calling update() on an eloquent model has no way of overriding
the timestamp that should be set if $timestamps is set on the
model. This changes that so it uses the timestamp() function
which is an easy way to over ride the type of timestamps used.
2012-07-04 15:46:12 -04:00
..
relationships Speed up eager loading of many to many. 2012-06-28 15:19:20 -05:00
model.php Change update function so it uses timestamp like save 2012-07-04 15:46:12 -04:00
pivot.php Fix bug with many-to-many relationships on non-default database connection. 2012-05-02 09:37:40 -05:00
query.php Fixed minor spelling mistakes 2012-05-17 23:03:42 -05:00