Mark Huot
|
49384514ef
The __get() magic method runs three checks before giving up but the __isset() method only runs two checks. This syncs the logic to ensure that __get() and __isset() are looking at the same possibilities.
|
13 years ago |
Taylor Otwell
|
1847a369fb
fixed eloquent datetime bug when determining dirty attributes.
|
13 years ago |
Taylor Otwell
|
94b8582865
Add DateTime support to database binding layer.
|
13 years ago |
Taylor Otwell
|
fda19731c5
Fixing update handling in Has_Many and Has_One relationships.
|
13 years ago |
Taylor Otwell
|
1a5d4250d1
fix conflicts.
|
13 years ago |
Joe Wallace
|
f7aee0ca2a
Model::table() uses class_basename() helper - which properly discards namespaces on *nix systems
|
13 years ago |
Taylor Otwell
|
eda46a815e
fix eloquent model attribute resolution.
|
13 years ago |
Taylor Otwell
|
369ecd80f7
Merge branch 'staging' into develop
|
13 years ago |
Taylor Otwell
|
636d05665c
fix merge conflicts.
|
13 years ago |
Taylor Otwell
|
75f6384767
fix eloquent->delete bug.
|
13 years ago |
Taylor Otwell
|
144117c0a1
cleaning up the eloquent model class.
|
13 years ago |
Taylor Otwell
|
17cabd47e6
Added to_array() and $hidden variable to the Eloquent base model.
|
13 years ago |
Taylor Otwell
|
ba4d1a89c8
Removed add_ magic method from eloquent model as this will be a 3.2 feature.
|
13 years ago |
Taylor Otwell
|
b6615ddbee
Fixing a few things in Eloquent 2.
|
13 years ago |
Taylor Otwell
|
268e6e460d
Updating $eloquent->dirty() method.
|
13 years ago |
Taylor Otwell
|
bb2f458304
Added "add_" magic method to eloquent model.
|
13 years ago |
Taylor Otwell
|
43212f8505
Fix bug in eloquent model.
|
13 years ago |
Taylor Otwell
|
4336bb885a
Fix attribute retrieval bug in Eq2.
|
13 years ago |
Taylor Otwell
|
e540fd3b6d
Automatically detect eloquent table names.
|
13 years ago |
Taylor Otwell
|
d80730cf0d
Removed transaction method from Eloquent model since it is made pointless by DB::transaction.
|
13 years ago |
Taylor Otwell
|
0455438ebe
Added transaction method to database connection and eloquent model.
|
13 years ago |
Taylor Otwell
|
fcff36a0ac
Added related model updating from belongs_to relationship.
|
13 years ago |
Taylor Otwell
|
762f2402c3
Fixing bugs and improving.
|
13 years ago |
Taylor Otwell
|
b5e75f6fcf
Fixing bugs and improving.
|
13 years ago |
Taylor Otwell
|
dc92dd264d
Adding auto detection of intermediate table names.
|
13 years ago |
Taylor Otwell
|
c3d95122e4
Fixing bugs… adding better pivot support.
|
13 years ago |
Taylor Otwell
|
c9c0ddf569
Fixing bugs in Eq2.
|
13 years ago |
Taylor Otwell
|
d6d667af90
Added Eloquent 2.
|
13 years ago |
Taylor Otwell
|
b5442c67fc
merged skunkworks into develop.
|
13 years ago |
Aaron Kuzemchak
|
81992a18fd
Changed timestamp method to protected, so that it can be extended if desired.
|
13 years ago |
Taylor Otwell
|
2b93963f34
removed unnecessary namespace import from eloquent model.
|
13 years ago |
Taylor Otwell
|
a6eaa06981
refactoring routing and comments.
|
13 years ago |
Taylor Otwell
|
9f7ed576c5
allow eloquent models to use increment and decrement.
|
13 years ago |
Taylor Otwell
|
71b0ab8b8d
refactoring container for speed.
|
13 years ago |
Taylor Otwell
|
16575246af
bug fixes.
|
13 years ago |
Taylor Otwell
|
7018b85b4a
cleaning up eloquent models.
|
13 years ago |
Taylor Otwell
|
2ac5a37291
cleaning up eloquent models.
|
13 years ago |
Taylor Otwell
|
c6f9734603
refactoring.
|
13 years ago |
Taylor Otwell
|
5196d015b8
fixed merge conflicts.
|
13 years ago |
Taylor Otwell
|
c576c388b9
added support for sequence to eloquent models.
|
13 years ago |
Taylor Otwell
|
8688270f22
fixed database bugs.
|
13 years ago |
Taylor Otwell
|
7518088ffe
use service location in eloquent models to resolve the database manager.
|
13 years ago |
Taylor Otwell
|
1e49001dfc
continued ioc refactoring.
|
13 years ago |
Taylor Otwell
|
1e7850d9ba
refactoring for dependency injection and testability.
|
13 years ago |