<?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_Layout example</title>
	<atom:link href="http://www.andreabelvedere.com/coding/zend_layout-example/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andreabelvedere.com/coding/zend_layout-example</link>
	<description>Coding, Life</description>
	<lastBuildDate>Sun, 22 Jan 2012 13:12:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adriano Bailão</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-10905</link>
		<dc:creator>Adriano Bailão</dc:creator>
		<pubDate>Sun, 22 Jan 2012 13:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-10905</guid>
		<description>Hello Andrea, I understand the use of class &quot;CustomControllerAction.&quot; Really, it makes perfect sense! When I read your post, I did not download your Archiving &quot;zend_layout_example.zip&quot; because the frameword Zend in my machine already installed. Even so, I&#039;ll download the file &quot;zend_layout_example.zip&quot; and then to have access to &quot;include&quot; directory where the class &quot;CustomControllerAction&quot; is defined. .</description>
		<content:encoded><![CDATA[<p>Hello Andrea, I understand the use of class &#8220;CustomControllerAction.&#8221; Really, it makes perfect sense! When I read your post, I did not download your Archiving &#8220;zend_layout_example.zip&#8221; because the frameword Zend in my machine already installed. Even so, I&#8217;ll download the file &#8220;zend_layout_example.zip&#8221; and then to have access to &#8220;include&#8221; directory where the class &#8220;CustomControllerAction&#8221; is defined. .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea belvedere</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-10895</link>
		<dc:creator>andrea belvedere</dc:creator>
		<pubDate>Sat, 21 Jan 2012 20:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-10895</guid>
		<description>Hello Adriano, the CustomControllerAction class is in the include folder.&lt;br&gt;&lt;br&gt;I usually make all my controllers inherit from a common controller where I keep code that is useful to all controllers that inherit it.</description>
		<content:encoded><![CDATA[<p>Hello Adriano, the CustomControllerAction class is in the include folder.</p>
<p>I usually make all my controllers inherit from a common controller where I keep code that is useful to all controllers that inherit it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adriano Bailão</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-10893</link>
		<dc:creator>Adriano Bailão</dc:creator>
		<pubDate>Sat, 21 Jan 2012 18:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-10893</guid>
		<description>Hi Andrea! Congratulations for the post! When reading your post, do not quite understand the code of the &quot;index controller&quot; module &quot;admin&quot;. Specifically the line: &lt;php class&#160; Admin_IndexController extends CustomControllerAction What is &quot;CustomControllerAction&quot;? Where is this class? Where is it defined?&#160;</description>
		<content:encoded><![CDATA[<p>Hi Andrea! Congratulations for the post! When reading your post, do not quite understand the code of the &#8220;index controller&#8221; module &#8220;admin&#8221;. Specifically the line: &lt;php class&nbsp; Admin_IndexController extends CustomControllerAction What is &#8220;CustomControllerAction&#8221;? Where is this class? Where is it defined?&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea belvedere</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-2688</link>
		<dc:creator>andrea belvedere</dc:creator>
		<pubDate>Fri, 21 Jan 2011 02:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-2688</guid>
		<description>Hey goosy,&lt;br&gt;&lt;br&gt;that is not the number 1 (one) but the letter i, so in the for loop the variable $i will be substituted by the page number.</description>
		<content:encoded><![CDATA[<p>Hey goosy,</p>
<p>that is not the number 1 (one) but the letter i, so in the for loop the variable $i will be substituted by the page number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goosy</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-2572</link>
		<dc:creator>goosy</dc:creator>
		<pubDate>Sat, 08 Jan 2011 22:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-2572</guid>
		<description>Thanks for this post !Just one question .What does it mean when you use {$1} in this code below :&lt;pre&gt;$menu[] = array(&#039;link&#039; =&gt; &quot;/index/index/page/{$i}&quot;,							&#039;title&#039; =&gt; &quot;Page {$i}&quot;,							&#039;name&#039; =&gt; &quot;Link {$i}&quot;,							&#039;class&#039; =&gt; ($i == $active_page) ? &#039;active&#039; : &#039;&#039;);&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for this post !Just one question .What does it mean when you use {$1} in this code below :
<pre>$menu[] = array('link' =&gt; "/index/index/page/{$i}",							'title' =&gt; "Page {$i}",							'name' =&gt; "Link {$i}",							'class' =&gt; ($i == $active_page) ? 'active' : '');</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh L. Piercy</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-731</link>
		<dc:creator>Josh L. Piercy</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-731</guid>
		<description>Hope I will see more of your posts soon</description>
		<content:encoded><![CDATA[<p>Hope I will see more of your posts soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zendrej</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-209</link>
		<dc:creator>zendrej</dc:creator>
		<pubDate>Tue, 17 Mar 2009 04:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-209</guid>
		<description>hi Andreas,

I could find a solution for my query above. So, please dont bother. It seems like i get a solution only after i post it here. :-)

It would be helpful if you could tell me how i can do my form validation at client side using javascript with zend framework. If i am using smarty i dont think i need to use zend_form, so please guide me.

Thanks &amp; Regards,
Rej</description>
		<content:encoded><![CDATA[<p>hi Andreas,</p>
<p>I could find a solution for my query above. So, please dont bother. It seems like i get a solution only after i post it here. :-)</p>
<p>It would be helpful if you could tell me how i can do my form validation at client side using javascript with zend framework. If i am using smarty i dont think i need to use zend_form, so please guide me.</p>
<p>Thanks &amp; Regards,<br />
Rej</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zendrej</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example/comment-page-1#comment-208</link>
		<dc:creator>zendrej</dc:creator>
		<pubDate>Mon, 16 Mar 2009 11:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125#comment-208</guid>
		<description>I am unable to use different action for a controller with Smarty templates.

For eg:- 

application/modules folder contains admin/IndexController.php

admin/IndexController.php contains indexAction and signAction 

if i am viewing admin/index/index.tpl containing a link &quot;sign up&quot;, on click of this i need action signAction of IndexController to be executed. 

How do i do this? need your help.</description>
		<content:encoded><![CDATA[<p>I am unable to use different action for a controller with Smarty templates.</p>
<p>For eg:- </p>
<p>application/modules folder contains admin/IndexController.php</p>
<p>admin/IndexController.php contains indexAction and signAction </p>
<p>if i am viewing admin/index/index.tpl containing a link &#8220;sign up&#8221;, on click of this i need action signAction of IndexController to be executed. </p>
<p>How do i do this? need your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

