summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/TActiveRecordConfig.php
AgeCommit message (Collapse)Author
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2011-08-28Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵GODZilla0480@gmail.com
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2009-05-27Merge from 3.2 branch. Christophe.Boulain
Beginning of Prado 3.2 development
2009-05-10Fixed Issue #74godzilla80@gmx.net
Introduce a new property 'InvalidFinderResult' (related new enum TActiveRecordInvalidFinderResult) to TActiveRecordConfig, TActiveRecordManager, TActiveRecord that allows to control how TActiveRecord react if an invalid magic-finder invoked. Possible values are: Exception - throw TActiveRecordException like before rev1545 Null - return null (default for backward compatibility reasons) To change behavior: <module class="System.Data.ActiveRecord.TActiveRecordConfig" InvalidFinderResult="Exception"/> or MyActiveRecord->setInvalidFinderResult(TActiveRecordInvalidFinderResult::Exception); or override MyActiveRecord->getInvalidFinderResult() to always return TActiveRecordInvalidFinderResult::Exception
2008-12-03Merge from trunkchristophe.boulain
2008-10-21removed all trailing ?>qiang.xue
2008-07-30updated copyrightknut
2008-02-06Fixed two typos.xue
2007-02-27BC: Deprecate TActiveRecord::getRecordFinder() in favour of ↵wei
TActiveRecord::finder().
2006-12-17Add TDataSourceConfig, TSqlMapConfig, TActiveRecordConfigwei