<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP ActiveRecord with PHP 5.3</title>
	<atom:link href="http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/</link>
	<description>to obtain or receive from a source</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:36:12 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Della Akin</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-399</link>
		<dc:creator>Della Akin</dc:creator>
		<pubDate>Tue, 22 Dec 2009 22:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-399</guid>
		<description>I will not debate with your decisions because I think you&#039;re right on the money! You have put together a consistent case for your sentiments and now I know more about this unusual topic. Gives Thanks for this amazing post and i will come back for more.</description>
		<content:encoded><![CDATA[<p>I will not debate with your decisions because I think you&#8217;re right on the money! You have put together a consistent case for your sentiments and now I know more about this unusual topic. Gives Thanks for this amazing post and i will come back for more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: back care products</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-398</link>
		<dc:creator>back care products</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-398</guid>
		<description>I am not new to blogging and genuinely value your site. There is much original message that peaks my interest. I am going to bookmark your internet site and keep checking you out.</description>
		<content:encoded><![CDATA[<p>I am not new to blogging and genuinely value your site. There is much original message that peaks my interest. I am going to bookmark your internet site and keep checking you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ORM в мире PHP &#124; Блог веб-разработчика</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-368</link>
		<dc:creator>ORM в мире PHP &#124; Блог веб-разработчика</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-368</guid>
		<description>[...] mapping tools and frameworks. part one: php &#8226; ORM in the PHP World &#8226; ORM in PHP &#8226; PHP ActiveRecord with PHP 5.3 &#8226; LightOrm: Описание на русском языке &#8226; PHP ActiveRecord Available [...]</description>
		<content:encoded><![CDATA[<p>[...] mapping tools and frameworks. part one: php &bull; ORM in the PHP World &bull; ORM in PHP &bull; PHP ActiveRecord with PHP 5.3 &bull; LightOrm: Описание на русском языке &bull; PHP ActiveRecord Available [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omega</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-238</link>
		<dc:creator>omega</dc:creator>
		<pubDate>Wed, 22 Jul 2009 19:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-238</guid>
		<description>What about many-many polymorphic relationships?

Is there going to be an IRC channel?  I&#039;d love to have somewhere to talk theory and design!</description>
		<content:encoded><![CDATA[<p>What about many-many polymorphic relationships?</p>
<p>Is there going to be an IRC channel?  I&#8217;d love to have somewhere to talk theory and design!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Danil'chenko</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-129</link>
		<dc:creator>Anton Danil'chenko</dc:creator>
		<pubDate>Tue, 09 Jun 2009 18:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-129</guid>
		<description>I have to use this in my development.

I propose full replace existing validation syntax. Many items - it&#039;s bad.


I rewrite previous example to next:

static $validates = array(
&#039;title&#039; =&gt; &#039;with:&quot;^[a-zW]*$&quot;, blank:1, len:1-5, exclude: &quot;blah,alpha,bravo&quot;, within: &quot;tragedy of dubya,sharks wit laserz&quot;, null: 1&#039;,
&#039;column2&#039; =&gt; &#039;len: 10-50&#039;
);


P.S. Please see next propositions, and if you have - contact with me by email.</description>
		<content:encoded><![CDATA[<p>I have to use this in my development.</p>
<p>I propose full replace existing validation syntax. Many items &#8211; it&#8217;s bad.</p>
<p>I rewrite previous example to next:</p>
<p>static $validates = array(<br />
&#8216;title&#8217; =&gt; &#8216;with:&#8221;^[a-zW]*$&#8221;, blank:1, len:1-5, exclude: &#8220;blah,alpha,bravo&#8221;, within: &#8220;tragedy of dubya,sharks wit laserz&#8221;, null: 1&#8242;,<br />
&#8216;column2&#8242; =&gt; &#8216;len: 10-50&#8242;<br />
);</p>
<p>P.S. Please see next propositions, and if you have &#8211; contact with me by email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derivante &#187; PHP Rapid Application Development with ZF1.8 and AR</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-109</link>
		<dc:creator>Derivante &#187; PHP Rapid Application Development with ZF1.8 and AR</dc:creator>
		<pubDate>Thu, 21 May 2009 19:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-109</guid>
		<description>[...] brings me to what I&#039;m really excited about. Recently we pushed out PHP ActiveRecord for everyone! This tutorial goes over the steps necessary to build your environment. You&#039;ll be able [...]</description>
		<content:encoded><![CDATA[<p>[...] brings me to what I&#8217;m really excited about. Recently we pushed out PHP ActiveRecord for everyone! This tutorial goes over the steps necessary to build your environment. You&#8217;ll be able [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques Fuentes</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-101</link>
		<dc:creator>Jacques Fuentes</dc:creator>
		<pubDate>Tue, 19 May 2009 17:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-101</guid>
		<description>Felipe, right now we are not supporting composite primary keys, although, it is most certainly on our to-do list for the future. We have tried to structure our code so that there isn&#039;t a significant amount of work required to implement it, but we simply did not consider it high priority for the first release.</description>
		<content:encoded><![CDATA[<p>Felipe, right now we are not supporting composite primary keys, although, it is most certainly on our to-do list for the future. We have tried to structure our code so that there isn&#8217;t a significant amount of work required to implement it, but we simply did not consider it high priority for the first release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-2/#comment-100</link>
		<dc:creator>Felipe</dc:creator>
		<pubDate>Tue, 19 May 2009 15:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-100</guid>
		<description>Quite interesting, and I can also implement other frameworks, because it doesn&#039;t &quot;lock&quot; me in a specific file structure.
But, what happens if I have a multiple primary Key? Would that PK become an Array?</description>
		<content:encoded><![CDATA[<p>Quite interesting, and I can also implement other frameworks, because it doesn&#8217;t &#8220;lock&#8221; me in a specific file structure.<br />
But, what happens if I have a multiple primary Key? Would that PK become an Array?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buy Comic Books</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-1/#comment-99</link>
		<dc:creator>Buy Comic Books</dc:creator>
		<pubDate>Tue, 19 May 2009 13:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-99</guid>
		<description>I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.</description>
		<content:encoded><![CDATA[<p>I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kien La</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-1/#comment-97</link>
		<dc:creator>Kien La</dc:creator>
		<pubDate>Mon, 18 May 2009 14:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-97</guid>
		<description>I&#039;d argue they are not the same. The end results might be the same but I think you&#039;ll find the path to get there is far simpler with an activerecord approach. 

With activerecord and convention over configuration you do not have to manage mapping files or use any code generators. Few lines of code and bam you can do pretty much all the typical operations you need.</description>
		<content:encoded><![CDATA[<p>I&#8217;d argue they are not the same. The end results might be the same but I think you&#8217;ll find the path to get there is far simpler with an activerecord approach. </p>
<p>With activerecord and convention over configuration you do not have to manage mapping files or use any code generators. Few lines of code and bam you can do pretty much all the typical operations you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-1/#comment-96</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 18 May 2009 13:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-96</guid>
		<description>One word: Doctrine.
phpdoctrine.org

It&#039;s essentially the same thing but its supported by a huge community.</description>
		<content:encoded><![CDATA[<p>One word: Doctrine.<br />
phpdoctrine.org</p>
<p>It&#8217;s essentially the same thing but its supported by a huge community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monk.e.boy</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-1/#comment-95</link>
		<dc:creator>monk.e.boy</dc:creator>
		<pubDate>Mon, 18 May 2009 10:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-95</guid>
		<description>Looks nice. Would like to see lots of complex join examples. Say I have a DB with
- people
- orders
- payments
- companies

and I&#039;d like to see who has an order with what company. How many payments have been made and who they went to... etc...

Nice work, interesting to see how the new PHP5 namepaces look :) (a bit grim)</description>
		<content:encoded><![CDATA[<p>Looks nice. Would like to see lots of complex join examples. Say I have a DB with<br />
- people<br />
- orders<br />
- payments<br />
- companies</p>
<p>and I&#8217;d like to see who has an order with what company. How many payments have been made and who they went to&#8230; etc&#8230;</p>
<p>Nice work, interesting to see how the new PHP5 namepaces look <img src='http://www.derivante.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (a bit grim)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-1/#comment-94</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 17 May 2009 05:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-94</guid>
		<description>Looking forward to this as well!</description>
		<content:encoded><![CDATA[<p>Looking forward to this as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-1/#comment-93</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Sun, 17 May 2009 05:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-93</guid>
		<description>Looks amazing, can&#039;t wait to use it.</description>
		<content:encoded><![CDATA[<p>Looks amazing, can&#8217;t wait to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.derivante.com/2009/05/14/php-activerecord-with-php-53/comment-page-1/#comment-91</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 15 May 2009 20:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.derivante.com/?p=391#comment-91</guid>
		<description>Wow, very nice implementation of ActiveRecord. You&#039;ve pulled all of the great feature across from RoR&#039;s implemetation of the ActiveRecord pattern. 

Would love to help out with development and testing. Possibly building a wrapper class for integration into the Zend Framework.</description>
		<content:encoded><![CDATA[<p>Wow, very nice implementation of ActiveRecord. You&#8217;ve pulled all of the great feature across from RoR&#8217;s implemetation of the ActiveRecord pattern. </p>
<p>Would love to help out with development and testing. Possibly building a wrapper class for integration into the Zend Framework.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->