<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/framework/Data/ActiveRecord/TActiveRecord.php, branch 3.1.7</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=3.1.7</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=3.1.7'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2009-05-11T07:44:55Z</updated>
<entry>
<title>Change visibilty of TActiveRecord class member "_invalidFinderResult" from private to protected to concern serialization</title>
<updated>2009-05-11T07:44:55Z</updated>
<author>
<name>godzilla80@gmx.net</name>
<email></email>
</author>
<published>2009-05-11T07:44:55Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=6ef4cdbaece53185ff3924b26461fd1bffd8127a'/>
<id>urn:sha1:6ef4cdbaece53185ff3924b26461fd1bffd8127a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Issue #74</title>
<updated>2009-05-10T10:51:52Z</updated>
<author>
<name>godzilla80@gmx.net</name>
<email></email>
</author>
<published>2009-05-10T10:51:52Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=5d276345aa8fc6eefed3793d59cc73ae0d0247b5'/>
<id>urn:sha1:5d276345aa8fc6eefed3793d59cc73ae0d0247b5</id>
<content type='text'>
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:
&lt;module class="System.Data.ActiveRecord.TActiveRecordConfig" InvalidFinderResult="Exception"/&gt;
or
MyActiveRecord-&gt;setInvalidFinderResult(TActiveRecordInvalidFinderResult::Exception);
or
override MyActiveRecord-&gt;getInvalidFinderResult() to always return TActiveRecordInvalidFinderResult::Exception</content>
</entry>
<entry>
<title>Fixed Issue#65: Improvement of TActiveRecord::populateObjects()</title>
<updated>2009-01-07T07:28:22Z</updated>
<author>
<name>christophe.boulain</name>
<email></email>
</author>
<published>2009-01-07T07:28:22Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=862b9a093ab7961fb99ae034876889f0b69f7fc0'/>
<id>urn:sha1:862b9a093ab7961fb99ae034876889f0b69f7fc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed all trailing ?&gt;</title>
<updated>2008-10-21T15:05:13Z</updated>
<author>
<name>qiang.xue</name>
<email></email>
</author>
<published>2008-10-21T15:05:13Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=cf0d0b7e78003d02435337f79a99da056ca0f683'/>
<id>urn:sha1:cf0d0b7e78003d02435337f79a99da056ca0f683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed issue #11.</title>
<updated>2008-10-21T02:13:28Z</updated>
<author>
<name>qiang.xue</name>
<email></email>
</author>
<published>2008-10-21T02:13:28Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=22d29033506b0caa34b4f8f5d16de9f1ffbb6ec9'/>
<id>urn:sha1:22d29033506b0caa34b4f8f5d16de9f1ffbb6ec9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ticket #891 (changed to non-static method)</title>
<updated>2008-10-16T09:03:39Z</updated>
<author>
<name>mikl</name>
<email></email>
</author>
<published>2008-10-16T09:03:39Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=8f5dc4638ef7378db6572aae23b524b8b5a6a1fe'/>
<id>urn:sha1:8f5dc4638ef7378db6572aae23b524b8b5a6a1fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ticket #891 (new static method table() in TActiveRecord)</title>
<updated>2008-10-16T08:46:57Z</updated>
<author>
<name>mikl</name>
<email></email>
</author>
<published>2008-10-16T08:46:57Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=104100cccd4e7b30ec84ed055fb78745dd94b5b0'/>
<id>urn:sha1:104100cccd4e7b30ec84ed055fb78745dd94b5b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LIMIT 1 for ActiveRecord find() and findBy()</title>
<updated>2008-10-13T11:15:28Z</updated>
<author>
<name>carl</name>
<email></email>
</author>
<published>2008-10-13T11:15:28Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=7eeb6b5a658f47b35aa99b1da80bfd5aed7e94d4'/>
<id>urn:sha1:7eeb6b5a658f47b35aa99b1da80bfd5aed7e94d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unuseful static in TActiveRecord::getRecordGateway()</title>
<updated>2008-09-24T15:00:59Z</updated>
<author>
<name>tof</name>
<email></email>
</author>
<published>2008-09-24T15:00:59Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=1524d5f72e035410c5ee8f38e74299701dd1f731'/>
<id>urn:sha1:1524d5f72e035410c5ee8f38e74299701dd1f731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #855</title>
<updated>2008-08-07T01:14:11Z</updated>
<author>
<name>knut</name>
<email></email>
</author>
<published>2008-08-07T01:14:11Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=0cb0583fa32038316dc1f56abb0fdd1933e84f00'/>
<id>urn:sha1:0cb0583fa32038316dc1f56abb0fdd1933e84f00</id>
<content type='text'>
</content>
</entry>
</feed>
