Commit Graph

3 Commits

Author SHA1 Message Date
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
Franz Liedke f0cd43a20d Fix unit test - relationships are now properly hidden, too. 2012-11-24 22:11:30 +01:00
JoostK 147e0ec656 Implementation of Eloquent tests
Basic Eloquent unit tests.

Lacks database operations, relationship testing and some magic method
calls.
2012-09-10 00:51:02 +02:00