summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/TActiveRecord.php
AgeCommit message (Expand)Author
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
2007-04-12Refactor and add TTableGateway, System.Data.Common, System.Data.DataGatewaywei
2007-04-05make magic finder methods case insensitive.wei
2007-04-03update js onclick handler context for controls with js counterpart.wei
2007-03-21minor AR updates, remove obsolete TApplication::$_pageServicewei
2007-03-06changed the way to specify active record table.xue
2007-03-06removed getRecordFinder.xue
2007-02-27typowei
2007-02-27BC: Deprecate TActiveRecord::getRecordFinder() in favour of TActiveRecord::fi...wei
2007-02-27Add comments for scaffold, minor changes to TActiveRecordwei
2007-02-19Add trace to active records and TDbCommandwei
2007-02-12Add IBM DB2 driver for active record.wei
2007-02-06scaffold typo, allow multiple parameters in findBySql.wei
2007-01-24Fixed #517, #519, #521wei
2007-01-17Add active record generator.wei
2007-01-09add TActiveRecord::findAllByPks()wei
2007-01-04Add chat demo and tutorial.wei
2006-12-09Fixed #433, #384, #439, #477, #435, #422, #401, #359. Add more class docs for...wei
2006-12-03Allow TDbConnection and TDbCommand to be serialized.wei
2006-11-26Adding active record implementation.wei