<?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: Whitepaper</title>
	<atom:link href="http://www.zendframeworkinaction.com/2008/01/04/whitepaper/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendframeworkinaction.com/2008/01/04/whitepaper/</link>
	<description>A book about the Zend Framework</description>
	<pubDate>Sat, 22 Nov 2008 04:30:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Nima</title>
		<link>http://www.zendframeworkinaction.com/2008/01/04/whitepaper/#comment-4</link>
		<dc:creator>Nima</dc:creator>
		<pubDate>Sun, 06 Jan 2008 09:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkbook.com/2008/01/04/whitepaper/#comment-4</guid>
		<description>&lt;p&gt;Hi Rob,&lt;/p&gt;

&lt;p&gt;I've been working with Zend Framework since early preview releases. I've made many changes in Action, Routing and View components of ZF 0.2 and redesign first Iranian social network website which has over 500,000 visitors now and over 3000 online people at a time. I just used MVC component of ZF in Cloob.com (which means 'club' in Persian). I like the simplicity and good design of ZF and buy your MEAP release of ebook to learn more. I also used your file system layout in cloob.com based on your guide "Getting Started with the Zend Framework". I've not used database components of ZF because data tier has been developed totally in MySQL via stored procedures and triggers and also Auth and ACL packages were not matured enough, so I developed an ACL component with extra features like per-session, per-action and time-based permissions with different priorities (user, friend, operator, admin). Each controller in our system has three level of inheritance to set own default permissions (all controllers should implement a method named "defaultPermissions" and specify default permissions on their action for four predifined roles), layouts (base layout which named "moduleLayout", content wrapper of controler (controllerLayout)), initial values and etc. Our framework based on ZF  traps all requests in a method of Zend_Controller_Action which is the parent of all controllers and after reading default permissions of specific controller and applies exception rules from db, runs and renders its output. As we have a virtual credit in cloob.com, therefore some actions need render a different view(usually a form) to get user acceptance to charge credit. I've developed a concept like controller helpers that each action can register a beforeRun and afterRun method to resolve this issue. Also I've redesigned View component to meet the "Graceful Degradation" concept because if users disable their javascript and request an Ajax request which renders a partial template, whole page renders with all the parent wrappers. For this I've developed a addTemplate() method which implemented in Action_Controller main class to add a template in a stack and define local view objects as a collection of base view object defined in bootstraper. With this approach we can render nested views easily. Local scope view objects can access general template variable very easily. Also each ajaxified method should define its parent method which will automatically called after rendering this particular action's view and only if it is not a XMLHTTPRequest. There are also some ideas which specifically developed for this framework to run efficiently under load.
After all, I just want to say ZF is so easy and well-structured framework that we could customize and use it in enterprise. 
I'm currently reading "User Authentication and Authorization" chapter of your book.  I'll send you my suggestion later.
Keep the good work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>

<p>I&#8217;ve been working with Zend Framework since early preview releases. I&#8217;ve made many changes in Action, Routing and View components of ZF 0.2 and redesign first Iranian social network website which has over 500,000 visitors now and over 3000 online people at a time. I just used MVC component of ZF in Cloob.com (which means &#8216;club&#8217; in Persian). I like the simplicity and good design of ZF and buy your MEAP release of ebook to learn more. I also used your file system layout in cloob.com based on your guide &#8220;Getting Started with the Zend Framework&#8221;. I&#8217;ve not used database components of ZF because data tier has been developed totally in MySQL via stored procedures and triggers and also Auth and ACL packages were not matured enough, so I developed an ACL component with extra features like per-session, per-action and time-based permissions with different priorities (user, friend, operator, admin). Each controller in our system has three level of inheritance to set own default permissions (all controllers should implement a method named &#8220;defaultPermissions&#8221; and specify default permissions on their action for four predifined roles), layouts (base layout which named &#8220;moduleLayout&#8221;, content wrapper of controler (controllerLayout)), initial values and etc. Our framework based on ZF  traps all requests in a method of Zend_Controller_Action which is the parent of all controllers and after reading default permissions of specific controller and applies exception rules from db, runs and renders its output. As we have a virtual credit in cloob.com, therefore some actions need render a different view(usually a form) to get user acceptance to charge credit. I&#8217;ve developed a concept like controller helpers that each action can register a beforeRun and afterRun method to resolve this issue. Also I&#8217;ve redesigned View component to meet the &#8220;Graceful Degradation&#8221; concept because if users disable their javascript and request an Ajax request which renders a partial template, whole page renders with all the parent wrappers. For this I&#8217;ve developed a addTemplate() method which implemented in Action_Controller main class to add a template in a stack and define local view objects as a collection of base view object defined in bootstraper. With this approach we can render nested views easily. Local scope view objects can access general template variable very easily. Also each ajaxified method should define its parent method which will automatically called after rendering this particular action&#8217;s view and only if it is not a XMLHTTPRequest. There are also some ideas which specifically developed for this framework to run efficiently under load.
After all, I just want to say ZF is so easy and well-structured framework that we could customize and use it in enterprise. 
I&#8217;m currently reading &#8220;User Authentication and Authorization&#8221; chapter of your book.  I&#8217;ll send you my suggestion later.
Keep the good work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.zendframeworkinaction.com/2008/01/04/whitepaper/#comment-3</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 05 Jan 2008 18:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkbook.com/2008/01/04/whitepaper/#comment-3</guid>
		<description>&lt;p&gt;How would you define the community? It seems great from where I sit.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Rob...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How would you define the community? It seems great from where I sit.</p>

<p>Regards,</p>

<p>Rob&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Turist</title>
		<link>http://www.zendframeworkinaction.com/2008/01/04/whitepaper/#comment-2</link>
		<dc:creator>Turist</dc:creator>
		<pubDate>Sat, 05 Jan 2008 12:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendframeworkbook.com/2008/01/04/whitepaper/#comment-2</guid>
		<description>&lt;p&gt;Zend Framework still doesn't have good tutorials ;( and lacks a good community.
Tell me if I'm wrong.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Zend Framework still doesn&#8217;t have good tutorials ;( and lacks a good community.
Tell me if I&#8217;m wrong.</p>]]></content:encoded>
	</item>
</channel>
</rss>
