<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Zendcasts Forum / Zend for Beginners]]></title>
		<link>http://www.zendcasts.com/forum/viewtopic.php?id=118</link>
		<description><![CDATA[The most recent posts in Zend for Beginners.]]></description>
		<lastBuildDate>Tue, 23 Mar 2010 06:32:45 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=732#p732</link>
			<description><![CDATA[<p><img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /> , Any idea about memory cache for 3000000 rows ? How to fetch it and now to view to browser without freezing a computer ?</p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Tue, 23 Mar 2010 06:32:45 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=732#p732</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=541#p541</link>
			<description><![CDATA[<p>Thanks &#039;ryan.horn&#039; <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /> for your suggestion. I think, I have to study on it more. Then I will be more conscious about the implementation of Decorators.</p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Sat, 02 Jan 2010 09:53:17 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=541#p541</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=539#p539</link>
			<description><![CDATA[<p>I think at the decorator level, it&#039;s really a matter of preference. Some would say that decorators are &quot;view logic&quot; and should be handled in the view script. Others want as little actual PHP in the view as possible, so whatever makes the most sense to you.</p>]]></description>
			<author><![CDATA[dummy@example.com (ryan.horn)]]></author>
			<pubDate>Fri, 01 Jan 2010 17:05:22 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=539#p539</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=536#p536</link>
			<description><![CDATA[<p>I am trying to create sub-forms of a form. For this I am using Decorators. But there are a lots of implementation techniques in Internet. So I want to know, to create sub forms where should I implement the decorator. In a Form class or in &quot;*.phtml&#039; view file. And one more thing when I am using decorator to &quot;*.phtml&quot; file to create the sub forms, the decorator is working properly with all form elements except&#160; &#039;file&#039; form element. Therefore please suggest me what should I do. <img src="http://www.zendcasts.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Fri, 01 Jan 2010 07:46:09 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=536#p536</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=522#p522</link>
			<description><![CDATA[<p>Again Thanks a lot &#039;Manuel&#039;. It&#039;s good idea. I created a form using Xml. But the implementation of CSS to every element is too hard. I also created a form&#160; using decorators. But I didn&#039;t think about <strong> XML Startup </strong>. So After getting your answer I decided that &quot;No XML files for my form&quot;. Thanks for your reasons. <img src="http://www.zendcasts.com/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Sat, 19 Dec 2009 11:28:00 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=522#p522</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=519#p519</link>
			<description><![CDATA[<p>I would use Zend_Form natively, because:</p><p>- it&#039;s faster (no xml startup..)<br />- you can get a better feeling about what is possible</p><p>Css classed can be added to every element. If you need to change the markup, you can do this by using your own so-called &#039;Decorators&#039;.</p><p>The chapter about Zend_Form in the manual will get you pretty quickly started and you start to feel the real power of ZF immediately <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Manuel)]]></author>
			<pubDate>Fri, 18 Dec 2009 22:07:46 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=519#p519</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=517#p517</link>
			<description><![CDATA[<p>What is the creative method to create a form in Zend ? Should I use a XML based form or a&#160; Class based form ? I also want to implement CSS classes for individual form element&#039;s decoration. So which will be good for me and why ?</p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Fri, 18 Dec 2009 06:03:06 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=517#p517</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=509#p509</link>
			<description><![CDATA[<p>Thanks Manuel. I followed the URL. It&#039;s really useful to me to solve my problem. Yes maintaining the naming convention of classes is very Important in Zend. From your suggestion I got 100% idea that what I have to do to solve this problem. Thanks again for this <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Thu, 17 Dec 2009 06:06:53 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=509#p509</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=506#p506</link>
			<description><![CDATA[<p>Take a look at <a href="http://framework.zend.com/docs/quickstart/create-a-model-and-database-table">http://framework.zend.com/docs/quicksta … base-table</a><br />I think your problem is about naming convention for classes.. </p><p>The best way to learn ZF is, to solve the problems which will occur by yourself, with the help of the manual/quickstart. </p><p>Learning ZF is not only about the code, for me it&#039;s also learning how to solve problems with the manual <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>If you are not able to find your error by yourself, please post your sample app as .zip or something, its easier to work with.. Not every mistake is so clear when you can&#039;t run the code in your env.. </p><p>I hope this helps,<br />Manuel</p>]]></description>
			<author><![CDATA[dummy@example.com (Manuel)]]></author>
			<pubDate>Wed, 16 Dec 2009 16:21:27 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=506#p506</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=505#p505</link>
			<description><![CDATA[<p>Hello Jon I have some problem with &#039;models&#039;. I am including the the model path but still my <br />program is not identifying the class ,which I stored in &#039;models&#039;. Can you solve it for me and tell me why it is or was not identifying my &#039;models&#039; folder.</p><p>This is my Folder structure</p><p>/application<br />&#160; &#160; /configs<br />&#160; &#160;&#160; &#160; -application.ini</p><p>&#160; &#160; /controllers<br />&#160; &#160;&#160; &#160; -ErrorController.php<br />&#160; &#160;&#160; &#160; -IndexController.php</p><p>&#160; &#160; /layouts<br />&#160; &#160;&#160; &#160; -layout.phtml</p><p>&#160; &#160; /forms<br />&#160; &#160; &#160; &#160; <br />&#160; &#160; /models<br />&#160; &#160;&#160; &#160; -Test.php</p><p>&#160; &#160; /views<br />&#160; &#160;&#160; &#160; /helpers<br />&#160; &#160;&#160; &#160; /scripts<br />&#160; &#160; &#160; &#160; /error<br />&#160; &#160; &#160; &#160;&#160; &#160; &#160; -error.phtml<br />&#160; &#160; &#160; &#160; /index<br />&#160; &#160;&#160; &#160; &#160; &#160; &#160; &#160;&#160; &#160; &#160; -index.phtml</p><p>&#160; &#160; -Bootstrap.php</p><p>/library<br />&#160; &#160; /Zend</p><p>/public<br />&#160; &#160; -index.php<br />&#160; &#160; -.htaccess</p><p>----------------------------------------------<br />[ index.php&#160; : Script ]<br />----------------------------------------------<br />&lt;?php<br />defined(&#039;APPLICATION_PATH&#039;)<br />&#160; &#160; || define(&#039;APPLICATION_PATH&#039;, realpath(dirname(__FILE__) . &#039;/../application&#039;));</p><p>defined(&#039;APPLICATION_ENV&#039;)<br />&#160; &#160; || define(&#039;APPLICATION_ENV&#039;, (getenv(&#039;APPLICATION_ENV&#039;) ? getenv(&#039;APPLICATION_ENV&#039;) : &#039;production&#039;));</p><p>set_include_path(implode(PATH_SEPARATOR, array(<br />&#160; &#160; realpath(APPLICATION_PATH . &#039;/../library&#039;),<br />&#160; &#160; realpath(APPLICATION_PATH . &#039;/models&#039;),<br />&#160; &#160; get_include_path(),<br />)));</p><p>require_once &#039;Zend/Application.php&#039;;&#160; </p><p>$application = new Zend_Application(<br />&#160; &#160; APPLICATION_ENV, <br />&#160; &#160; APPLICATION_PATH . &#039;/configs/application.ini&#039;<br />);<br />$application-&gt;bootstrap()-&gt;run();</p><p>-------------------------------------------------<br />[ Bootstrap.php&#160; : Script ]<br />-------------------------------------------------<br />&lt;?php</p><p>class Bootstrap extends Zend_Application_Bootstrap_Bootstrap<br />{<br />&#160; &#160; protected function _initAutoload()<br />&#160; &#160; {<br />&#160; &#160;&#160; &#160; &#160;$moduleLoader = new Zend_Application_Module_Autoloader(array(<br />&#160; &#160; &#160; &#160; &#160; &#160; &#039;namespace&#039; =&gt; &#039;&#039;,<br />&#160; &#160; &#160; &#160; &#160; &#160; &#039;basePath&#039; =&gt; APPLICATION_PATH));<br />&#160; &#160;&#160; &#160; &#160;return $moduleLoader;<br />&#160; &#160; }<br />&#160; &#160; protected function _initViewHelpers()<br />&#160; &#160; {<br />&#160; &#160;&#160; &#160; &#160;$this-&gt;bootstrap(&#039;layout&#039;);<br />&#160; &#160;&#160; &#160; &#160;$layout = $this-&gt;getResource(&#039;layout&#039;);<br />&#160; &#160;&#160; &#160; &#160;$view = $layout-&gt;getView();<br />&#160; &#160;&#160; &#160; &#160;$view-&gt;doctype(&#039;XHTML1_STRICT&#039;);<br />&#160; &#160;&#160; &#160; &#160;$view-&gt;headMeta()-&gt;appendHttpEquiv(&#039;Content-Type&#039;, &#039;text/html;charset=utf-8&#039;);<br />&#160; &#160; }&#160; &#160; <br />&#160; &#160; <br />}</p><p>---------------------------------------------------<br />[ application.ini : script ]<br />---------------------------------------------------<br />[production]<br />phpSettings.display_startup_errors = 1<br />phpSettings.display_errors = 1<br />includePaths.library = APPLICATION_PATH &quot;/../library&quot;<br />includePaths.models = APPLICATION_PATH &quot;/models&quot;<br />bootstrap.path = APPLICATION_PATH &quot;/Bootstrap.php&quot;<br />bootstrap.class = &quot;Bootstrap&quot;<br />resources.frontController.controllerDirectory = APPLICATION_PATH &quot;/controllers&quot;<br />resources.layout.layoutpath = APPLICATION_PATH &quot;/layouts&quot;</p><p>resources.db.adapter = PDO_MYSQL<br />resources.db.params.host = localhost<br />resources.db.params.username = root<br />resources.db.params.password = root<br />resources.db.params.dbname = zend_test</p><p>---------------------------------------------------<br />[ Test.php&#160; :&#160; script ]<br />---------------------------------------------------<br />&lt;?php<br />class Test extends Zend_Db_Table_Abstract<br />{<br />&#160; &#160; protected $_name = &#039;testing&#039;;<br />}<br />?&gt;</p><p>--------------------------------------------------<br />[ IndexController.php&#160; :&#160; script ]<br />--------------------------------------------------<br />&lt;?php<br />class IndexController extends Zend_Controller_Action<br />{<br />&#160; &#160; public function indexAction()<br />&#160; &#160; {<br />&#160; &#160; &#160; &#160; $user = new Test();&#160; &#160; &#160; &#160;// Line 6<br />&#160; &#160; }</p><p>}</p><p>----------------------<br />The Output is<br />----------------------<br />Fatal error: Class &#039;Test&#039; not found in C:\www\sandbox\zendtest\application\controllers\IndexController.php on line 6</p><br /><p>PLEASE HELP ME TO FIND FAULT WHICH I HAVE DONE IN MY PROGRAM</p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Wed, 16 Dec 2009 08:10:48 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=505#p505</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=502#p502</link>
			<description><![CDATA[<p>Thanks <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /> Jon for your good suggestion. From today I will be in touch with you. I&#039;ll try to learn zend myself at my best. Hoping you will help me if I get some problem....Again thanks for the suggestion and for making such a wonderful site to teach other..Hope meet you in future.</p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Tue, 15 Dec 2009 09:11:55 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=502#p502</guid>
		</item>
		<item>
			<title><![CDATA[Re: Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=497#p497</link>
			<description><![CDATA[<p>Hi smriti, welcome! I don&#039;t think someone here will be able to solve every possible problem you have. If there are specific questions that you may have, please feel free to ask them in our forum. If there&#039;s something that you feel would make a good video, then don&#039;t be shy and suggest it <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Mon, 14 Dec 2009 18:30:11 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=497#p497</guid>
		</item>
		<item>
			<title><![CDATA[Zend for Beginners]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=494#p494</link>
			<description><![CDATA[<p>Hi....<br />I am working in web development for 4 months. Now I have to learn Zend Framework for my recent project. But I wasn&#039;t have any knowledge on this framework. But after following this site ( <a href="http://www.zendcasts.com">www.zendcasts.com</a> ) I got a good overview on it. But I have to work on it. So can any one support me to learn this Framework and to solve every possible queries on it.</p>]]></description>
			<author><![CDATA[dummy@example.com (smriti)]]></author>
			<pubDate>Mon, 14 Dec 2009 08:58:48 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=494#p494</guid>
		</item>
	</channel>
</rss>

