<?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: Zend PHP Framework not a rumor</title>
	<atom:link href="http://www.procata.com/blog/archives/2005/10/18/zend-php-framework-not-a-rumor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog/archives/2005/10/18/zend-php-framework-not-a-rumor/</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:53:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rayford Feierman</title>
		<link>http://www.procata.com/blog/archives/2005/10/18/zend-php-framework-not-a-rumor/#comment-85061</link>
		<dc:creator>Rayford Feierman</dc:creator>
		<pubDate>Wed, 02 Jun 2010 11:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=147#comment-85061</guid>
		<description>Really enjoyed this, thanks for posting. What is the affiliation with &lt;a href=&quot;http://www.l3media.com&quot; rel=&quot;nofollow&quot;&gt;web design san diego&lt;/a&gt; meetup group next month?</description>
		<content:encoded><![CDATA[<p>Really enjoyed this, thanks for posting. What is the affiliation with <a href="http://www.l3media.com" rel="nofollow">web design san diego</a> meetup group next month?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed Saad</title>
		<link>http://www.procata.com/blog/archives/2005/10/18/zend-php-framework-not-a-rumor/#comment-12216</link>
		<dc:creator>Ahmed Saad</dc:creator>
		<pubDate>Sun, 30 Oct 2005 23:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=147#comment-12216</guid>
		<description>I wonder whether Zend will release the framework and/or a basic version of the IDE as open source projects.</description>
		<content:encoded><![CDATA[<p>I wonder whether Zend will release the framework and/or a basic version of the IDE as open source projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Rebelo</title>
		<link>http://www.procata.com/blog/archives/2005/10/18/zend-php-framework-not-a-rumor/#comment-12164</link>
		<dc:creator>Justin Rebelo</dc:creator>
		<pubDate>Thu, 27 Oct 2005 15:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=147#comment-12164</guid>
		<description>I think the problem is less that the existing PHP frameworks are overly and heavyweight and more that they terribly documented. While I am a full-time PHP developer, I have started playing with Ruby on Rails in my spare time to sate my desire for a solid, well-designed framework. After I got into it, I started looking at the many php solutions (cake, mojavi, and others). In the end I downloaded around half a dozen PHP web application frameworks and not a single one of them had anything that could be regarded as even mildly adequate documentation.

In fact, the majority of them lacked so much as an install document to get the platform up and running. The best I could find, in many cases, was a tutorial on USING the framework which assumes you spend the time learning how to configure it to a working state.

I work in a PHP development house and I am pretty excited to see the Zend framework.</description>
		<content:encoded><![CDATA[<p>I think the problem is less that the existing PHP frameworks are overly and heavyweight and more that they terribly documented. While I am a full-time PHP developer, I have started playing with Ruby on Rails in my spare time to sate my desire for a solid, well-designed framework. After I got into it, I started looking at the many php solutions (cake, mojavi, and others). In the end I downloaded around half a dozen PHP web application frameworks and not a single one of them had anything that could be regarded as even mildly adequate documentation.</p>
<p>In fact, the majority of them lacked so much as an install document to get the platform up and running. The best I could find, in many cases, was a tutorial on USING the framework which assumes you spend the time learning how to configure it to a working state.</p>
<p>I work in a PHP development house and I am pretty excited to see the Zend framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Gutmans</title>
		<link>http://www.procata.com/blog/archives/2005/10/18/zend-php-framework-not-a-rumor/#comment-11622</link>
		<dc:creator>Andi Gutmans</dc:creator>
		<pubDate>Wed, 19 Oct 2005 05:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=147#comment-11622</guid>
		<description>Hi Jeff,

As you pointed out, the need is definitely there.
I also agree that it is difficult to keep a framework simple. The guidelines of this project is &quot;Extreme simplicity&quot;, or in other words, we will try and do the 20% that addresses 80% of the need. I believe that if we try and address 100%, we will very quickly end up with Java-like frameworks that are overly complex and hard to use (and I suffered from J2EE myself).
It&#039;s a lot a matter of mindset and self-control, and by making sure all our developers have &quot;Extreme Simplicity&quot; on their whiteboards, I also think we can achieve that.
For features outside these guidelines, we will try provide extensibility, and very much make it a use-at-will architecture, so you can plug in something more powerful if you need it. For example, our database interface will be relatively simple (but quite powerful and nice), and will allow people to control their own queries if they need to.
In any case, I hope we will be able to put up some short code examples of some completed work in the next couple of weeks; but it will take a while longer to be fully baked.

Andi</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>As you pointed out, the need is definitely there.<br />
I also agree that it is difficult to keep a framework simple. The guidelines of this project is &#8220;Extreme simplicity&#8221;, or in other words, we will try and do the 20% that addresses 80% of the need. I believe that if we try and address 100%, we will very quickly end up with Java-like frameworks that are overly complex and hard to use (and I suffered from J2EE myself).<br />
It&#8217;s a lot a matter of mindset and self-control, and by making sure all our developers have &#8220;Extreme Simplicity&#8221; on their whiteboards, I also think we can achieve that.<br />
For features outside these guidelines, we will try provide extensibility, and very much make it a use-at-will architecture, so you can plug in something more powerful if you need it. For example, our database interface will be relatively simple (but quite powerful and nice), and will allow people to control their own queries if they need to.<br />
In any case, I hope we will be able to put up some short code examples of some completed work in the next couple of weeks; but it will take a while longer to be fully baked.</p>
<p>Andi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

