<?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: Autloading modular forms &amp; models in Zend Framework 1.8</title>
	<atom:link href="http://think-robot.com/2009/07/autloading-modular-forms-models-in-zend-framework-18/feed/" rel="self" type="application/rss+xml" />
	<link>http://think-robot.com/2009/07/autloading-modular-forms-models-in-zend-framework-18/</link>
	<description>Design &#38; Development Blog</description>
	<pubDate>Fri, 30 Jul 2010 14:34:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: m4niac</title>
		<link>http://think-robot.com/2009/07/autloading-modular-forms-models-in-zend-framework-18/comment-page-1/#comment-7871</link>
		<dc:creator>m4niac</dc:creator>
		<pubDate>Tue, 20 Jul 2010 07:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://think-robot.com/?p=200#comment-7871</guid>
		<description>thanks :D</description>
		<content:encoded><![CDATA[<p>thanks <img src='http://think-robot.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Walker</title>
		<link>http://think-robot.com/2009/07/autloading-modular-forms-models-in-zend-framework-18/comment-page-1/#comment-7571</link>
		<dc:creator>Jay Walker</dc:creator>
		<pubDate>Fri, 21 May 2010 07:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://think-robot.com/?p=200#comment-7571</guid>
		<description>Thanks mate - you saved me from getting a lot of gray hairs.</description>
		<content:encoded><![CDATA[<p>Thanks mate - you saved me from getting a lot of gray hairs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Konsal</title>
		<link>http://think-robot.com/2009/07/autloading-modular-forms-models-in-zend-framework-18/comment-page-1/#comment-6694</link>
		<dc:creator>Anil Konsal</dc:creator>
		<pubDate>Thu, 18 Feb 2010 01:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://think-robot.com/?p=200#comment-6694</guid>
		<description>Thanks a lot mate. it saved my hours.</description>
		<content:encoded><![CDATA[<p>Thanks a lot mate. it saved my hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://think-robot.com/2009/07/autloading-modular-forms-models-in-zend-framework-18/comment-page-1/#comment-5449</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 29 Aug 2009 17:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://think-robot.com/?p=200#comment-5449</guid>
		<description>Hi, I'd love to help but you'd need to provide a bit more detail about what is it that you are having trouble with, and if you are geting any errors...</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;d love to help but you&#8217;d need to provide a bit more detail about what is it that you are having trouble with, and if you are geting any errors&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BP</title>
		<link>http://think-robot.com/2009/07/autloading-modular-forms-models-in-zend-framework-18/comment-page-1/#comment-5396</link>
		<dc:creator>BP</dc:creator>
		<pubDate>Tue, 25 Aug 2009 16:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://think-robot.com/?p=200#comment-5396</guid>
		<description>Hi, I have a forms folder in the application directory and did not know how to include forms in the application.ini file.

So looking at your example did this
$moduleLoader = new Zend_Application_Module_Autoloader(array(
        	'namespace' =&gt; '',
			'basePath'  =&gt; APPLICATION_PATH,
			'resourceTypes' =&gt; array (
						'form' =&gt; array(
						'path' =&gt; 'forms',
						'namespace' =&gt; '',
				    )
			)));
        return $moduleLoader;

my name space is '' as I have my login form under forms folder /application/forms/LoginForm.php

I am still not having luck showing my forms.

thanks,</description>
		<content:encoded><![CDATA[<p>Hi, I have a forms folder in the application directory and did not know how to include forms in the application.ini file.</p>
<p>So looking at your example did this<br />
$moduleLoader = new Zend_Application_Module_Autoloader(array(<br />
        	&#8216;namespace&#8217; =&gt; &#8221;,<br />
			&#8216;basePath&#8217;  =&gt; APPLICATION_PATH,<br />
			&#8216;resourceTypes&#8217; =&gt; array (<br />
						&#8216;form&#8217; =&gt; array(<br />
						&#8216;path&#8217; =&gt; &#8216;forms&#8217;,<br />
						&#8216;namespace&#8217; =&gt; &#8221;,<br />
				    )<br />
			)));<br />
        return $moduleLoader;</p>
<p>my name space is &#8221; as I have my login form under forms folder /application/forms/LoginForm.php</p>
<p>I am still not having luck showing my forms.</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
