summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/TActiveRecord.php
AgeCommit message (Expand)Author
2014-01-07Adding toArray() and toJSON() to TActiveRecordDavid Marko
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless w...Fabio Bas
2014-01-06Happy 2014!Fabio Bas
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-07-12happy new yearctrlaltca
2011-06-26applied serialization optimization patch (337)ctrlaltca@gmail.com
2011-06-20updated year information on all framework sources where possible (Copyright &...ctrlaltca@gmail.com
2011-06-20removed useless calls to empty contructor; reverted some additional undocumen...ctrlaltca@gmail.com
2010-04-18Ensured parent::__construct calls within Datajavalizard
2009-05-11Change visibilty of TActiveRecord class member "_invalidFinderResult" from pr...godzilla80@gmx.net
2009-05-10Fixed Issue #74godzilla80@gmx.net
2009-01-07Fixed Issue#65: Improvement of TActiveRecord::populateObjects()christophe.boulain
2008-10-21removed all trailing ?>qiang.xue
2008-10-21Fixed issue #11.qiang.xue
2008-10-16Ticket #891 (changed to non-static method)mikl
2008-10-16Ticket #891 (new static method table() in TActiveRecord)mikl
2008-10-13LIMIT 1 for ActiveRecord find() and findBy()carl
2008-09-24remove unuseful static in TActiveRecord::getRecordGateway()tof
2008-08-07fixed #855knut
2008-07-30updated copyrightknut
2008-03-07fixed #803.xue
2008-03-06Fixed #799.xue
2007-11-19added TActiveRecord::getActiveDbConnection.xue
2007-11-09TCache implements ArrayAccess. duplicate copyFrom in TActiveRecordwei
2007-11-08further AR refactoring.xue
2007-11-08refactored AR.xue
2007-11-01Refactored ActiveRecord: removed object registry, fixed relationship casing p...wei
2007-10-15one more fix.xue
2007-10-15improved automatic foreign objects creation.xue
2007-10-13fixed belongs_to.xue
2007-10-13a bug fix.xue
2007-10-13Active Record now supports implicitly declared related propertiesxue
2007-10-11refactored a bit about ARxue
2007-10-08Allow active records to have multiple foreign key references to the same tabl...wei
2007-10-03removed redundant code.xue
2007-09-29Changed RELATIONS declaration.xue
2007-09-28changed from protected to public.xue
2007-09-28Fixed #665.xue
2007-07-17Fixed #666.xue
2007-05-10Fixed #617wei
2007-05-07Update Active Record docs.wei
2007-05-04Add saving/updating ActiveRecord relationships.wei
2007-05-03Update active relations docswei
2007-05-01remove identity map in active record.wei
2007-04-30Reverted TActiveRecord::populateObject to protectedwei
2007-04-24add active record Relationswei
2007-04-22Update to Active Record to use Mysql 4.wei
2007-04-16Updates to db stuff, removed js build from build.xml (no longer necessary)wei
2007-04-14Refactor ActiveRecordGateway to use TDataGatewayCommandwei