1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
phpdocs
kla
More... almost 16 years ago
cleaned up serializations class, tests, and documentation More... about 16 years ago
improved Model::serializer() documentation More... about 16 years ago
inner join construction was not passing e_strict More... about 16 years ago
removed Table->inflected_columns b/c no longer being used More... about 16 years ago
e_strict fixes More... about 16 years ago
phpdocs
kla
More... about 16 years ago
removed Table::construct_inner_join_sql More... about 16 years ago
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. More... about 16 years ago
phpdoc cleanup
kla
More... about 16 years ago
some tests
kla
More... about 16 years ago
phpdoc stuff
kla
More... about 16 years ago
fixed some notice warnings
kla
More... about 16 years ago
fixed find(0) returning all records... wtf php? 0 == 'all' is true? honestly?
kla
More... about 16 years ago
get rid of a notice warning
kla
More... about 16 years ago
added is_invalid()
kla
More... about 16 years ago
iterator for ActiveRecord\Errors
kla
More... about 16 years ago
initial basic implementation of find_or_create_by
kla
More... about 16 years ago
added ability to pass hash into find
kla
More... about 16 years ago
changed the exception msg for a readonly model More... about 16 years ago
missing a readonly test in ActiveRecordWriteTest.php More... about 16 years ago
added HAVING as a finder option More... about 16 years ago
changed joins tests a bit so they make sense at first glance More... about 16 years ago
added table_name()
kla
More... about 16 years ago
added from (table name) as an option to finders More... about 16 years ago
Fixed self-referential model associations. Table#load() was being infinitely invoked due to the timing of loading associations.
jax
More... about 16 years ago
added a @see
kla
More... about 16 years ago
more subpackage stuff
kla
More... about 16 years ago
added subpackages Internal and Exceptions because most people will not need to see docs for these
kla
More... about 16 years ago
phpdocs for CallBack
kla
More... about 16 years ago