MIF_E31222691/laravel/database/eloquent
Pavel Puchkin 3a46721eca Even more fluent eloquent model via magic setters
Now it is possible to use Eloquent's magic setters in chains. For example:

    $model->set_foo('foo')->take(10)->set_bar(some_function());
    // ...even though setters 'foo' and 'bar' are not defined on the model
2013-05-08 18:28:22 +11:00
..
relationships Merge pull request #1170 from kapv89/patch-4 2013-01-05 13:51:39 -08:00
model.php Even more fluent eloquent model via magic setters 2013-05-08 18:28:22 +11:00
pivot.php Fix Pivot table losing its connection. 2012-11-09 02:15:28 +01:00
query.php Add the find method to the Eloquent Query class. 2012-12-18 19:14:51 +11:00