MIF_E31222691/laravel/database/eloquent
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
..
relationships Added a method to fluently set belongs-to relation 2012-09-04 02:40:28 +05:30
model.php Merge pull request #1121 from mcintyre94/minor/unprotect-eloquent-timestamps 2012-09-01 17:52:53 -07:00
pivot.php Fixing a bug with saving data to pivot table 2012-08-09 22:10:49 -05:00
query.php fix nested queries. 2012-08-17 09:02:32 -05:00