<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Child of the Machine &#187; Zend Framework</title>
	<atom:link href="http://www.childofthemachine.com/blog/category/app-development/programming-app/php/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.childofthemachine.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 03:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sorting a Zend Navigation container by Page dates</title>
		<link>http://www.childofthemachine.com/blog/2009/10/sorting-a-zend-navigation-container-by-page-dates/</link>
		<comments>http://www.childofthemachine.com/blog/2009/10/sorting-a-zend-navigation-container-by-page-dates/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 10:21:40 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming (app)]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[sort by date]]></category>
		<category><![CDATA[zend navigation]]></category>
		<category><![CDATA[zend navigation container]]></category>

		<guid isPermaLink="false">http://www.childofthemachine.com/blog/?p=223</guid>
		<description><![CDATA[I&#8217;ll introduce this topic with a warning &#8211; This article doesn&#8217;t show you how to completely reorder your entire Navigation, it does however show you how you could populate a new container from an existing one and reorder it. Zend Navigation currently doesn&#8217;t allow you to nominate a default Navigation Container class. So while we [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2009/10/sorting-a-zend-navigation-container-by-page-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Navigation Tricks: True tab navigation with sub menus – Part 3</title>
		<link>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-%e2%80%93-part-3/</link>
		<comments>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-%e2%80%93-part-3/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 10:14:22 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[jsTree]]></category>

		<guid isPermaLink="false">http://www.childofthemachine.com/blog/?p=199</guid>
		<description><![CDATA[Part 3: Implementing jsTree which uses jQuery (optional javascript expand/collapse) This is a completely optional step in this series and really has nothing to do with Zend Framework because by this based on the client side we have all the HTML we need. What we&#8217;ll be doing is setting up jsTree a jQuery tree component [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-%e2%80%93-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend_Navigation Tricks: True tab navigation with sub menus – Part 2</title>
		<link>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-%e2%80%93-part-2/</link>
		<comments>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-%e2%80%93-part-2/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 09:43:19 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[sub menu]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[Zend_Navigation]]></category>

		<guid isPermaLink="false">http://www.childofthemachine.com/blog/?p=193</guid>
		<description><![CDATA[Part 2: Rendering the sub menus (relevant to the active tab). This is where we employ another trick because the Zend_Navigation menu view helper does provide an option to render the active menu, but it is meant literally not the active branch of the menu like we&#8217;re trying to achieve. In the layout we need [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-%e2%80%93-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend_Navigation Tricks: True tab navigation with sub menus &#8211; Part 1</title>
		<link>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-part-1/</link>
		<comments>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-part-1/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 09:26:51 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[Zend_Navigation]]></category>

		<guid isPermaLink="false">http://www.childofthemachine.com/blog/?p=190</guid>
		<description><![CDATA[It is some what tricky with the Zend_Navigation menu helpers to set up your typical tab-based navigation with sub pages relevant to the tab your on, as seen below. But it&#8217;s not far difficult so don&#8217;t be put off, hopefully the view helpers will improve over time. In the mean time this is a 3 [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tricks-true-tab-navigation-with-sub-menus-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Zend_Navigation Trick: Sub pages only breadcrumb</title>
		<link>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tip-sub-pages-only-breadcrumb/</link>
		<comments>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tip-sub-pages-only-breadcrumb/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 08:37:19 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[home page]]></category>
		<category><![CDATA[sub pages]]></category>
		<category><![CDATA[Zend_Navigation]]></category>
		<category><![CDATA[Zend_View_Helper_Navigation_Breadcrumbs]]></category>

		<guid isPermaLink="false">http://www.childofthemachine.com/blog/?p=188</guid>
		<description><![CDATA[The most logical place to render your breadcrumb from is your master layout&#8230; However it&#8217;s unlikely you&#8217;ll ever want to render to on your home page right? I mean what is the point of seeing just &#8220;Home&#8221;. This can be simply achieved using a partial template to render your breadcrumb. The code below should explain [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2009/08/zend_navigation-tip-sub-pages-only-breadcrumb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wheres the Model in Zend Frameworks MVC?</title>
		<link>http://www.childofthemachine.com/blog/2008/12/wheres-the-model-in-zend-frameworks-mvc/</link>
		<comments>http://www.childofthemachine.com/blog/2008/12/wheres-the-model-in-zend-frameworks-mvc/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 13:07:32 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.grantusmaximus.com/web/?p=68</guid>
		<description><![CDATA[Don&#8217;t get me wrong ZF is my PHP framework of choice however it&#8217;s really lacking the Model concept from the MVC design pattern! The Model is where you should be implementing your business logic, data validation for example&#8230; Zend Framework implements interfaces for filtering and validation on it&#8217;s Form components. The framework however lacks these interfaces on other [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2008/12/wheres-the-model-in-zend-frameworks-mvc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Part 1: Access Control List &#8211; a model to solve all models!</title>
		<link>http://www.childofthemachine.com/blog/2007/09/part-1-access-control-list-a-model-to-solve-all-models/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/part-1-access-control-list-a-model-to-solve-all-models/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 07:29:52 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming (app)]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/14/part-1-access-control-list-a-model-to-solve-all-models/</guid>
		<description><![CDATA[I&#8217;m involved in the development of a large web application (using Zend Framework) with many different types of entities inside! Some functions performed on these entities should be accessible to some users but not others&#8230; To make things more interesting users can assign other users with rights to these entities&#8230; We&#8217;re going for a hands [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/part-1-access-control-list-a-model-to-solve-all-models/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zend_Auth bug with MS SQL</title>
		<link>http://www.childofthemachine.com/blog/2007/09/zend_auth-bug-with-ms-sql/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/zend_auth-bug-with-ms-sql/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 15:11:29 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/?p=9</guid>
		<description><![CDATA[Currently Zend_Auth won&#8217;t work if you&#8217;re using a Micrsoft SQL Server database for storing your account credentials. This is because of a bug in the \Zend\Auth\Adapter\DbTable.php specifically in the authenticate() function. The SQL Statement it generates is not MS SQL friendly: SELECT &#34;users&#34;.*, &#34;credential&#34; = 'mypass' AS zend_auth_credential_match FROM &#34;users&#34; WHERE &#40;&#34;identity&#34; = 'me'&#41; Consequently [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/zend_auth-bug-with-ms-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Buzzzzzz on frameworks and libraries</title>
		<link>http://www.childofthemachine.com/blog/2007/08/buzzzzzz-frameworks-and-libraries/</link>
		<comments>http://www.childofthemachine.com/blog/2007/08/buzzzzzz-frameworks-and-libraries/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 06:09:05 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Javascript / AJAX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/?p=7</guid>
		<description><![CDATA[There&#8217;s a lot of buzz with Frameworks and Libraries these days, and rightly so, without them some projects I&#8217;ve worked on would still be under construction!!! Developing with frameworks and libraries will save you time in both development and testing. The abundance of functionality some provide often mean you&#8217;ll end up with a better end [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/08/buzzzzzz-frameworks-and-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
