<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Zendcasts Forum / General Discussion]]></title>
		<link>http://www.zendcasts.com/forum/index.php</link>
		<description><![CDATA[The most recent topics at Zendcasts Forum.]]></description>
		<lastBuildDate>Wed, 07 Sep 2011 17:44:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[http://www.zendcasts.com/creating-custom-zend_controller-routes-2/2009]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=474&amp;action=new</link>
			<description><![CDATA[<p>normaly you shouln&#039;t have to build personnal routes, default behaviour is enough for almost everything. <br />i&#039;went used to extend the dispatcher rather than creating custom routes and try different &quot;routes&quot; as dispatchable or not, it&#039;s really easy.<br />Creating, declaring many personnal routes is, for my point of view, something crazy, due to the flexibility of the mvc model provided with the Zend Framework.</p><p>i&#039;m maybe missing the point, but i still can&#039;t understand the real interrest in building personnal routes....</p>]]></description>
			<author><![CDATA[dummy@example.com (anton)]]></author>
			<pubDate>Wed, 07 Sep 2011 17:44:10 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=474&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Just another try to be helpful]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=368&amp;action=new</link>
			<description><![CDATA[<p>Hello Jon, Thank you very much for your endeavor. I learned a lot from your videos last few months. Recently I tried to share my study in the field of PHP web development through my new blog <a href="http://www.layzend.info">www.layzend.info</a>, I shall be glad if anybody gets a little help from this blog. Thank you again for this inspiration. May god bless you.</p>]]></description>
			<author><![CDATA[dummy@example.com (samik)]]></author>
			<pubDate>Tue, 24 May 2011 08:48:41 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=368&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to acess class methods which were declared in model in view]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=367&amp;action=new</link>
			<description><![CDATA[<p>i had defined a class in model and now i want to use the class components in the view so i need a short sample code sample to do so</p>]]></description>
			<author><![CDATA[dummy@example.com (dsree)]]></author>
			<pubDate>Mon, 23 May 2011 13:46:23 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=367&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Zend Framework Project Deployment Tool]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=336&amp;action=new</link>
			<description><![CDATA[<p>just wanted to mention <a href="http://ant.apache.org/"> ant</a> (java based) and <a href="http://www.phing.info/trac/"> phing</a> (php based) as professional build tools...</p>]]></description>
			<author><![CDATA[dummy@example.com (udo)]]></author>
			<pubDate>Sat, 16 Apr 2011 09:22:33 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=336&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Separation of Concerns - DDD]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=285&amp;action=new</link>
			<description><![CDATA[<p>happy to help, and welcome in the forums <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (samuelherzog)]]></author>
			<pubDate>Wed, 12 Jan 2011 16:21:02 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=285&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[PHPUnit testing]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=283&amp;action=new</link>
			<description><![CDATA[<p>Hi jon,</p><p>I have to say I&#039;m a big fan of your tutorials and have been following for a year now so keep it up, I was wondering though, I know unit testing is important and test driven development is a very powerful tool but is it necessary to include it in every of your latest screen casts?</p><p>I mean sometimes they make the video last twice as long and it loses the main point of it, it&#039;d be nice to know just about the main feature, just my opinion doon&#039;t know what other might think.</p><p>Thanks again for all your contributions to the ZF community.</p>]]></description>
			<author><![CDATA[dummy@example.com (vengiss)]]></author>
			<pubDate>Tue, 11 Jan 2011 04:52:15 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=283&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Zend Cache pls reply]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=255&amp;action=new</link>
			<description><![CDATA[<p>The cache, a good point for a webapp.<br />Zend_Cache is absolutely great, but caching controller actions, model&#039;s datas, db querys, views HTML output, all of that, as the app is growing up become a bit anoying, i find there are too much $cache-&gt;load // cache-&gt;save() here and there, but it works fine anyway.</p><p>Would it be possible to configure the cache manager from a ini file// db params table, accessible through a form dedicated to the cache management, to manage the application differents cache types that are availlables without always implementing cache handling here and there straigth into the code?</p><p>Shortly: I want to handle those cache types:<br />- controller&#039;s action portions<br />- Db querys or table recordsets<br />- Actions rendering (the small html portion corresponding to an action, i&#039;didnt succeed in it when not the entire html page is cached but only a litte portion of it and when the cache handling doesn&#039;t appear into the layout)<br />- Full html output, really trivial to do<br />All of it configured into a cache manager who handles the cache-&gt;save()//cache-&gt;load instead of me, leaving the application code much clearer, easier to read, maintain.</p><p>I&#039;m may be not very accurate through my poor english but i hope you&#039;ll understand what i mean. If not, tell me, i&#039;ll answer the miss understanding.</p>]]></description>
			<author><![CDATA[dummy@example.com (anton)]]></author>
			<pubDate>Wed, 29 Dec 2010 19:05:30 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=255&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Suggestion for creating an IRC]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=281&amp;action=new</link>
			<description><![CDATA[<p>Hi everyone,</p><p>Do you think it would be feasible to create an IRC channel dedicated to zendcasts?</p>]]></description>
			<author><![CDATA[dummy@example.com (deanclkclk)]]></author>
			<pubDate>Thu, 23 Dec 2010 15:56:16 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=281&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to make standard PHP exception beautiful?]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=201&amp;action=new</link>
			<description><![CDATA[<p>Yeah that did the trick thanks so much!</p>]]></description>
			<author><![CDATA[dummy@example.com (sone)]]></author>
			<pubDate>Sun, 28 Nov 2010 10:03:45 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=201&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[db help]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=261&amp;action=new</link>
			<description><![CDATA[<p>Hi,<br />I am creating an advance search in zend framework 1.10, I have problem getting the result from the database ,details are given&#160; below</p><p>I have 4 table<br />tableA: values<br />1<br />2<br />3<br />tableB:values<br />3<br />4<br />5<br />6<br />tableC:values<br />4<br />5<br />6<br />7<br />8<br />tableD:values </p><p>id&#160; &#160; tableAid&#160; &#160; tableBid&#160; &#160; tableCid&#160; &#160; Description <br />1&#160; &#160; 2&#160; &#160; 4&#160; &#160; 5&#160; &#160; Test test test<br />2&#160; &#160; 3&#160; &#160; 6&#160; &#160; 8&#160; &#160; xyz xyz xyz xyz</p><p>Im using multi selection dropdown for table a ,tableb,tablec in search, I need to fetch the values from tabled-with combination of (and or logical)<br />Please suggest how to do this - <br />I have tried in php its working fine, need help in implement&#160; in zend </p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (shobha)]]></author>
			<pubDate>Thu, 04 Nov 2010 06:39:33 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=261&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Tool to make this screencasts?]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=231&amp;action=new</link>
			<description><![CDATA[<p>That seems like a very good viable option...</p><p>Thanks taw</p>]]></description>
			<author><![CDATA[dummy@example.com (iiTyr)]]></author>
			<pubDate>Wed, 20 Oct 2010 14:13:32 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=231&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Looking Good]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=233&amp;action=new</link>
			<description><![CDATA[<p>I like the new design<br />It’s really good.</p>]]></description>
			<author><![CDATA[dummy@example.com (mohamed)]]></author>
			<pubDate>Thu, 26 Aug 2010 00:28:33 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=233&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Please add this to css for zendcasts.com comments]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=221&amp;action=new</link>
			<description><![CDATA[<p>Looks great! <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (GaVrA)]]></author>
			<pubDate>Tue, 10 Aug 2010 12:12:11 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=221&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to use Zend Validator to report various messages for an element]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=226&amp;action=new</link>
			<description><![CDATA[<p>Thank you sir, for your suggestion. I shall try to elaborate my desire.</p><p>A single field may have multiple validation rules. For example a text field for taking user-name may have the following validations. </p><p>1. Required<br />2. must be alpha-numeric<br />3. single word<br />4. greater than 6 characters</p><p>so each validation should have different messages like</p><p>1. Please enter user-name<br />2. User-name must be alpha-numeric<br />3. It must be a single word<br />4. Please provide at least 6 characters.</p><p>So according to the actual invalid situation the message should be displayed. Not all at a time. or not only one for all errors. I am not able to script this situation.</p><p>Please help me out this thing.</p>]]></description>
			<author><![CDATA[dummy@example.com (samik)]]></author>
			<pubDate>Tue, 10 Aug 2010 08:50:22 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=226&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[just say hi]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?id=9&amp;action=new</link>
			<description><![CDATA[<p>Hi...,</p><p>I am a newbie.I am from United Kingdom.I am here to make friends and exchange my ideas...</p>]]></description>
			<author><![CDATA[dummy@example.com (michael99)]]></author>
			<pubDate>Thu, 29 Jul 2010 11:36:58 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?id=9&amp;action=new</guid>
		</item>
	</channel>
</rss>

