MIF_E31222691/laravel/database/eloquent/relationships
kapil verma 55ad4e9a6d Added a method to fluently set belongs-to relation
This method spun off from a discussion in IRC. What this enables is this:

$user->comments()->insert($comment_data)->article()->bind($article->id)
2012-09-04 02:40:28 +05:30
..
belongs_to.php Added a method to fluently set belongs-to relation 2012-09-04 02:40:28 +05:30
has_many.php revert eloquent back to 3.2.3 2012-08-17 09:18:16 -05:00
has_many_and_belongs_to.php Merge pull request #813 from anaxamaxan/patch-3 2012-09-01 16:52:36 -07:00
has_one.php revert eloquent back to 3.2.3 2012-08-17 09:18:16 -05:00
has_one_or_many.php Fix method signature and return values of insert() method. 2012-08-27 13:46:32 +03:00
relationship.php Fix Eloquent eager loading matching. 2012-04-23 16:08:57 -05:00