Taylor Otwell
|
7e439ab52e
|
fixed bug in config has method.
|
2011-07-26 22:56:51 -05:00 |
Taylor Otwell
|
1cf4431659
|
added a few more path constants.
|
2011-07-26 22:11:16 -05:00 |
Taylor Otwell
|
989ba6743b
|
Added support for specifying columns when paginating.
|
2011-07-26 08:24:32 -05:00 |
Taylor Otwell
|
5a43f29f31
|
Tweak eloquent->paginate() for new paginator constructor API.
|
2011-07-25 14:09:54 -07:00 |
Taylor Otwell
|
db6b93f668
|
Tweak Query->paginate for new paginator constructor API.
|
2011-07-25 14:09:08 -07:00 |
Taylor Otwell
|
79482dece5
|
added emulate prepares to pdo options.
|
2011-07-23 10:49:25 -05:00 |
Taylor Otwell
|
faa4287423
|
Added support for generic PDO connections.
|
2011-07-22 12:21:39 -07:00 |
Taylor Otwell
|
46a15cf857
|
Add more detail to pagination exception message.
|
2011-07-21 08:39:36 -07:00 |
Taylor Otwell
|
b933b19dfd
|
Refactoring query builder for pagination changes.
|
2011-07-21 07:25:54 -07:00 |
Taylor Otwell
|
b2f92691a6
|
Refactoring Eloquent for pagination changes.
|
2011-07-21 07:25:32 -07:00 |
Taylor Otwell
|
218783ecee
|
Refactoring Query class pagination.
|
2011-07-21 07:17:53 -07:00 |
Taylor Otwell
|
f7eeb85ec6
|
Refactoring Eloquent pagination.
|
2011-07-21 07:16:45 -07:00 |
Taylor Otwell
|
7ec88d3faa
|
Tweak pagination comment in Query class.
|
2011-07-21 06:36:36 -07:00 |
Taylor Otwell
|
abd269aa78
|
initial version of pagination library.
|
2011-07-20 23:31:02 -05:00 |
Taylor Otwell
|
2b132512e8
|
Add comment regarding foreign and associated keys in eloquent.
|
2011-07-20 09:53:05 -07:00 |
Taylor Otwell
|
dd729886f5
|
Fix has_and_belongs_to_many eager loading initialization bug.
|
2011-07-20 07:07:15 -07:00 |
Taylor Otwell
|
17cc50375b
|
Added support for self-referential many-to-many relationships in Eloquent.
|
2011-07-20 06:57:34 -07:00 |
Taylor Otwell
|
b4c7dcb9ea
|
Added support for 'wrap' option.
|
2011-07-19 11:17:51 -07:00 |
Taylor Otwell
|
e70726caea
|
Added support for odbc connections.
|
2011-07-19 11:16:55 -07:00 |
Taylor Otwell
|
c3b8524e1b
|
rewrote validation library.
|
2011-07-12 20:04:14 -05:00 |
Taylor Otwell
|
c30185eb27
|
refactoring eloquent.
|
2011-07-10 23:31:37 -05:00 |
Taylor Otwell
|
7af9e08a60
|
Refactoring Eloquent.
|
2011-07-08 08:00:04 -07:00 |
Taylor Otwell
|
c4eb994fbc
|
Refactoring Eloquent.
|
2011-07-08 07:58:28 -07:00 |
Taylor Otwell
|
8b1fe5920b
|
Refactoring Eloquent\Hydrator.
|
2011-07-08 07:54:38 -07:00 |
Taylor Otwell
|
745ac394bb
|
Adjust Eloquent\Hydrator to pass array of columns into Query->get method.
|
2011-07-08 07:37:50 -07:00 |
Taylor Otwell
|
a0195e9386
|
Adjust Eloquent to pass array of columns when selecting.
|
2011-07-08 07:36:20 -07:00 |
Taylor Otwell
|
00b064c7d5
|
Revert previous changes to Eloquent.
|
2011-07-08 07:32:25 -07:00 |
Taylor Otwell
|
16265a2cf6
|
Adjust Eloquent to use new Query API.
|
2011-07-08 07:31:15 -07:00 |
Taylor Otwell
|
787be6bc99
|
Changed Query::get and Query::first to accept arrays of columns instead of a dynamic parameter list.
|
2011-07-08 07:28:38 -07:00 |
Taylor Otwell
|
21efdbf69b
|
Remove insert and update methods from Eloquent.
|
2011-07-08 07:13:30 -07:00 |
Taylor Otwell
|
666ebf2119
|
Refactoring Eloquent class.
|
2011-07-08 07:09:43 -07:00 |
Taylor Otwell
|
743cf6f44a
|
Refactoring DB\Eloquent.
|
2011-07-08 06:56:29 -07:00 |
Taylor Otwell
|
e6e7586dbc
|
Refactoring DB\Connector.
|
2011-07-08 06:48:31 -07:00 |
Taylor Otwell
|
4b063ac042
|
refactoring database and connector classes.
|
2011-07-07 23:35:23 -05:00 |
Taylor Otwell
|
a5af988d53
|
Remove comment bloat from dynamic query builder.
|
2011-07-07 08:51:52 -07:00 |
Taylor Otwell
|
34605ad49d
|
Remove comment bloat from Eloquent hydrator.
|
2011-07-07 08:49:59 -07:00 |
Taylor Otwell
|
bc8c0f2cc7
|
Refactor Query class. Remove comment bloat.
|
2011-07-07 08:45:37 -07:00 |
Taylor Otwell
|
98a691fa58
|
Remove comment bloat from Eloquent.
|
2011-07-07 08:28:42 -07:00 |
Taylor Otwell
|
60e3526313
|
Refactor DB\Connector class.
|
2011-07-07 08:15:18 -07:00 |
Taylor Otwell
|
622635d5cf
|
Fixed typo in Query::select comment.
|
2011-07-05 09:54:31 -07:00 |
Taylor Otwell
|
c480e19b6c
|
Added better support for aliases column to Query class.
|
2011-07-05 09:49:38 -07:00 |
Taylor Otwell
|
e452bbdf3a
|
Fixed return type of Eloquent delete method.
|
2011-06-28 15:01:15 -07:00 |
Taylor Otwell
|
1aa86d0798
|
improved performance. added support for database ports.
|
2011-06-28 12:21:21 -05:00 |
Taylor Otwell
|
739068b00d
|
moved cache, db, logs, and sessions to the storage directory.
|
2011-06-24 23:03:22 -05:00 |
Taylor Otwell
|
3985a98f60
|
Added Eloquent::all().
|
2011-06-24 11:33:42 -07:00 |
Taylor Otwell
|
a97b8b7fda
|
added exception for wrong number of parameters to dynamic finders.
|
2011-06-22 21:30:48 -05:00 |
Taylor Otwell
|
319dcbe777
|
Merge branch 'develop' of github.com:taylorotwell/laravel into develop
|
2011-06-22 21:12:04 -05:00 |
Taylor Otwell
|
3392971ce5
|
added dynamic finders to fluent query builder and eloquent.
|
2011-06-22 21:11:35 -05:00 |
Taylor Otwell
|
d7aca820e5
|
Clarified comments in Eloquent\Hydrator.
|
2011-06-22 10:39:52 -07:00 |
Taylor Otwell
|
fcdcc656b4
|
Add exception for SQLite databases that can't be found.
|
2011-06-21 13:14:54 -07:00 |