<?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: Environments, Libraries, and Applications &#8211; Oh My!</title>
	<atom:link href="http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/feed" rel="self" type="application/rss+xml" />
	<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my</link>
	<description>Ralph Schindler</description>
	<lastBuildDate>Thu, 24 Nov 2011 17:44:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Amit</title>
		<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/comment-page-1#comment-17814</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 13 Jan 2011 05:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://ralphschindler.com/?p=20#comment-17814</guid>
		<description>Hi Ralph,

This is easily one of the best PHP articles I have ever read. This highlights a lot of things that someone planning/building a PHP based application MUST know. You explained environment, library, application (with separation of concerns) so clearly. 

I am glad I found this post. Definitely going into my bookmarks.</description>
		<content:encoded><![CDATA[<p>Hi Ralph,</p>
<p>This is easily one of the best PHP articles I have ever read. This highlights a lot of things that someone planning/building a PHP based application MUST know. You explained environment, library, application (with separation of concerns) so clearly. </p>
<p>I am glad I found this post. Definitely going into my bookmarks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Database Abstraction Layers Must Live! &#124; Zend Framework University</title>
		<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/comment-page-1#comment-7730</link>
		<dc:creator>Database Abstraction Layers Must Live! &#124; Zend Framework University</dc:creator>
		<pubDate>Fri, 27 Aug 2010 23:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://ralphschindler.com/?p=20#comment-7730</guid>
		<description>[...] the fast path of your application. And to keep code from becoming unruly, simply apply some best-practices code organization to your project.  Author: Ralph Schindler Source: Ralph Schindler » Zend [...]</description>
		<content:encoded><![CDATA[<p>[...] the fast path of your application. And to keep code from becoming unruly, simply apply some best-practices code organization to your project.  Author: Ralph Schindler Source: Ralph Schindler » Zend [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miko</title>
		<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/comment-page-1#comment-267</link>
		<dc:creator>Miko</dc:creator>
		<pubDate>Tue, 25 Aug 2009 08:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://ralphschindler.com/?p=20#comment-267</guid>
		<description>Nice article.
I&#039;s cool to see that I&#039;ve placed my files &quot;correctly&quot; so far.

But one question. Where is the best place to put RPC files.
Like when I have a module Product and a model Item in that module.
modules/product/models/Item.php is the model.
But my Item can be queried by JS (JSON, Zend_Json_Server to be exact). Where do I put (dir and file) the RPC file.

I can&#039;t just reveal the model to the rpc server.

modules/product/models/ItemRpc.php ?
modules/product/rpc/Item.php ?

What do you think, Ralph?</description>
		<content:encoded><![CDATA[<p>Nice article.<br />
I&#8217;s cool to see that I&#8217;ve placed my files &#8220;correctly&#8221; so far.</p>
<p>But one question. Where is the best place to put RPC files.<br />
Like when I have a module Product and a model Item in that module.<br />
modules/product/models/Item.php is the model.<br />
But my Item can be queried by JS (JSON, Zend_Json_Server to be exact). Where do I put (dir and file) the RPC file.</p>
<p>I can&#8217;t just reveal the model to the rpc server.</p>
<p>modules/product/models/ItemRpc.php ?<br />
modules/product/rpc/Item.php ?</p>
<p>What do you think, Ralph?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari K T</title>
		<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/comment-page-1#comment-105</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Sat, 18 Jul 2009 06:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://ralphschindler.com/?p=20#comment-105</guid>
		<description>Good one .

Thanks

Hari K T</description>
		<content:encoded><![CDATA[<p>Good one .</p>
<p>Thanks</p>
<p>Hari K T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathlesh Kumar</title>
		<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/comment-page-1#comment-38</link>
		<dc:creator>Mathlesh Kumar</dc:creator>
		<pubDate>Wed, 27 May 2009 09:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://ralphschindler.com/?p=20#comment-38</guid>
		<description>Quit a nice article, Ralph. Looking forward for some good articles on Best practices in PHP development</description>
		<content:encoded><![CDATA[<p>Quit a nice article, Ralph. Looking forward for some good articles on Best practices in PHP development</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudheer</title>
		<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/comment-page-1#comment-33</link>
		<dc:creator>Sudheer</dc:creator>
		<pubDate>Mon, 25 May 2009 07:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://ralphschindler.com/?p=20#comment-33</guid>
		<description>Nice article, Ralph. I will look forward for more.</description>
		<content:encoded><![CDATA[<p>Nice article, Ralph. I will look forward for more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by paviles</title>
		<link>http://ralphschindler.com/2009/05/24/php-environments-libraries-and-applications-oh-my/comment-page-1#comment-31</link>
		<dc:creator>Twitted by paviles</dc:creator>
		<pubDate>Sun, 24 May 2009 21:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://ralphschindler.com/?p=20#comment-31</guid>
		<description>[...] This post was Twitted by paviles - Real-url.org [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by paviles &#8211; Real-url.org [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

