<?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"
	>
<channel>
	<title>Comments on: ActiveRecord in PHP</title>
	<atom:link href="http://lukebaker.org/projects/activerecord-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukebaker.org</link>
	<description>lukebaker.org</description>
	<pubDate>Tue, 02 Dec 2008 18:32:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Pet</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-17316</link>
		<dc:creator>Pet</dc:creator>
		<pubDate>Mon, 28 Jul 2008 17:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-17316</guid>
		<description>Hi Luke,

first, I would like to say I really like the class you've made! Sure makes programming PHP a lot easier and a lot more fun :)

At http://www.painfullscratch.nl/code/activerecord.diff you'll find a small patch (against revision 280) which handles these changes:

- require_once will now require the absolute filename instead of a relative one. I'm having a project in which another "config.php" was present in the require_path. This resulted in an error.

- classes with which there is an association will automaticly be required.

- the is_modified() method will now only return true when the record is actually modified (I don't know what Ruby's behavior is?).

Please let me know what you think.(I'll leave for vacation tomorrowmorning, so if you would like to start a discussion, you'll have to be patient for my reaction :)).

Best regards,

Patrick 'Pet / Petski' Kuijvenhoven
The Netherlands</description>
		<content:encoded><![CDATA[<p>Hi Luke,</p>
<p>first, I would like to say I really like the class you&#8217;ve made! Sure makes programming PHP a lot easier and a lot more fun :)</p>
<p>At <a href="http://www.painfullscratch.nl/code/activerecord.diff" rel="nofollow">http://www.painfullscratch.nl/code/activerecord.diff</a> you&#8217;ll find a small patch (against revision 280) which handles these changes:</p>
<p>- require_once will now require the absolute filename instead of a relative one. I&#8217;m having a project in which another &#8220;config.php&#8221; was present in the require_path. This resulted in an error.</p>
<p>- classes with which there is an association will automaticly be required.</p>
<p>- the is_modified() method will now only return true when the record is actually modified (I don&#8217;t know what Ruby&#8217;s behavior is?).</p>
<p>Please let me know what you think.(I&#8217;ll leave for vacation tomorrowmorning, so if you would like to start a discussion, you&#8217;ll have to be patient for my reaction :)).</p>
<p>Best regards,</p>
<p>Patrick &#8216;Pet / Petski&#8217; Kuijvenhoven<br />
The Netherlands</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-16558</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-16558</guid>
		<description>@Tim, I believe it is ready for production, though I've only put it in production on a rarely used application.  I'm sure there are bugs, but I believe it to be fairly solid in general.

@Bill, that looks like PHP4 trying to run PHP5 code.  Sorry I can't be of more help.

@Mark, thanks. I have not done anything with more flexibility overriding the default column names.  I half built it with that possibility down the road, but I couldn't tell you how hard it would be to get that working.  It certainly isn't built in at this point, though contributions are welcome!</description>
		<content:encoded><![CDATA[<p>@Tim, I believe it is ready for production, though I&#8217;ve only put it in production on a rarely used application.  I&#8217;m sure there are bugs, but I believe it to be fairly solid in general.</p>
<p>@Bill, that looks like PHP4 trying to run PHP5 code.  Sorry I can&#8217;t be of more help.</p>
<p>@Mark, thanks. I have not done anything with more flexibility overriding the default column names.  I half built it with that possibility down the road, but I couldn&#8217;t tell you how hard it would be to get that working.  It certainly isn&#8217;t built in at this point, though contributions are welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-16557</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-16557</guid>
		<description>Great work with this implementation!  One question though, is it possibly to have a 1:many relationship with a column name different to tablename_id?

E.g. I have a table "users" containing students and tutors.
In some other table I may have two foreign keys such as "student_user_id", "tutor_user_id"

Is this possible with ActiveRecord?</description>
		<content:encoded><![CDATA[<p>Great work with this implementation!  One question though, is it possibly to have a 1:many relationship with a column name different to tablename_id?</p>
<p>E.g. I have a table &#8220;users&#8221; containing students and tutors.<br />
In some other table I may have two foreign keys such as &#8220;student_user_id&#8221;, &#8220;tutor_user_id&#8221;</p>
<p>Is this possible with ActiveRecord?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Chiz</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-15834</link>
		<dc:creator>Bill Chiz</dc:creator>
		<pubDate>Mon, 26 May 2008 02:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-15834</guid>
		<description>Thanks .. this looks great.  I have setup everything as per the instructions but when I go to run generate.php I get the following wierd error ... "Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /Applications/xampp/xamppfiles/htdocs/TestApp/models/activerecord/ActiveRecord.php on line 11"

I am running Mac OS X 10.4 and using the xampp to run mysql, apache, and php 5.2.5.  Read some places were they suggested it was due to using php 4 but then I rechecked my php version using the php.info page and it shows that I am running php 5.2.5.   Anyone ran into similar issues?  Thanks for all your help ...</description>
		<content:encoded><![CDATA[<p>Thanks .. this looks great.  I have setup everything as per the instructions but when I go to run generate.php I get the following wierd error &#8230; &#8220;Parse error: parse error, expecting `T_OLD_FUNCTION&#8217; or `T_FUNCTION&#8217; or `T_VAR&#8217; or `&#8217;}&#8221; in /Applications/xampp/xamppfiles/htdocs/TestApp/models/activerecord/ActiveRecord.php on line 11&#8243;</p>
<p>I am running Mac OS X 10.4 and using the xampp to run mysql, apache, and php 5.2.5.  Read some places were they suggested it was due to using php 4 but then I rechecked my php version using the php.info page and it shows that I am running php 5.2.5.   Anyone ran into similar issues?  Thanks for all your help &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-15265</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 16 May 2008 08:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-15265</guid>
		<description>Awesome! just what i was looking for. thanks.
Do you think think project is ready for production environments?</description>
		<content:encoded><![CDATA[<p>Awesome! just what i was looking for. thanks.<br />
Do you think think project is ready for production environments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-14615</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 03 May 2008 02:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-14615</guid>
		<description>I'm sure generate.php is accessing the database as all of the model files are being generated. There's just no Post.php.

btw, I downloaded and installed from php-activerecord-0.2_r242.tar.gz.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure generate.php is accessing the database as all of the model files are being generated. There&#8217;s just no Post.php.</p>
<p>btw, I downloaded and installed from php-activerecord-0.2_r242.tar.gz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-14609</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 02 May 2008 20:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-14609</guid>
		<description>Dan, the generate.php script should create that file for you.  If it isn't something doing that, perhaps it can't connect to the database or there's some bug in there.</description>
		<content:encoded><![CDATA[<p>Dan, the generate.php script should create that file for you.  If it isn&#8217;t something doing that, perhaps it can&#8217;t connect to the database or there&#8217;s some bug in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-14608</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 02 May 2008 20:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-14608</guid>
		<description>Let me ask a dumb question. The Install page says to include the line:

   require_once 'models/Post.php';

in whatever script you want to use. I don't find a Posts.php in the models directory, though.</description>
		<content:encoded><![CDATA[<p>Let me ask a dumb question. The Install page says to include the line:</p>
<p>   require_once &#8216;models/Post.php&#8217;;</p>
<p>in whatever script you want to use. I don&#8217;t find a Posts.php in the models directory, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-11189</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Tue, 12 Feb 2008 18:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-11189</guid>
		<description>Thanks!

You should note that php-activerecord-0.2_r242.tar.gz does not include License.txt.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>You should note that php-activerecord-0.2_r242.tar.gz does not include License.txt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://lukebaker.org/projects/activerecord-in-php/#comment-11186</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 12 Feb 2008 18:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://lukebaker.org/projects/activerecord-in-php/#comment-11186</guid>
		<description>Kevin, it most certainly is open source.

http://lukebaker.org/svn/repos/activerecord/trunk/LICENSE.txt</description>
		<content:encoded><![CDATA[<p>Kevin, it most certainly is open source.</p>
<p><a href="http://lukebaker.org/svn/repos/activerecord/trunk/LICENSE.txt" rel="nofollow">http://lukebaker.org/svn/repos/activerecord/trunk/LICENSE.txt</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.119 seconds -->
