tangled
alpha
login
or
join now
jcs.org
/
halfmoon
0
fork
atom
a tiny mvc framework for php using php-activerecord
0
fork
atom
overview
issues
pulls
pipelines
halfmoon
/
lib
/
php-activerecord
/
test
/
models
/
at
v1
1 folder
17 files
kla
a little part of me just died
17y ago
06a0ea36
NamespaceTest
GH-7: relationships now de-namespacifies a class name when inferring foreign keys
16 years ago
Amenity.php
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
16 years ago
Author.php
Merge branch 'master' of kla/php-activerecord
15 years ago
AwesomePerson.php
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
16 years ago
Book.php
Merge branch 'master' of kla/php-activerecord
15 years ago
BookAttrAccessible.php
a little part of me just died
17 years ago
Employee.php
a little part of me just died
17 years ago
Event.php
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
16 years ago
Host.php
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
16 years ago
JoinAuthor.php
a little part of me just died
17 years ago
JoinBook.php
Joins via associations are now constructed through relationship's code instead of in table. A RelationshipException will be thrown if the class in a joins option is not defined as an association.
16 years ago
Position.php
a little part of me just died
17 years ago
Property.php
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
16 years ago
PropertyAmenity.php
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
16 years ago
RmBldg.php
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
16 years ago
Venue.php
Merge branch 'master' of kla/php-activerecord
15 years ago
VenueCB.php
before_* callbacks should halt execution of model action when the callback returns false
16 years ago
VenueGenericCallBacks.php
refactored callbacks for efficiency and less memory usage re-wrote callback tests to be narrower in scope and hopefully more easy to maintain moved model specific callback tests to ModelCallbackTest
17 years ago