<?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; PHP</title>
	<atom:link href="http://www.childofthemachine.com/blog/category/app-development/programming-app/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.childofthemachine.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 May 2011 00:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</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>2</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>6</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>phpDocumentor (phpDoc) templates</title>
		<link>http://www.childofthemachine.com/blog/2008/12/phpdocumentor-phpdoc-templates/</link>
		<comments>http://www.childofthemachine.com/blog/2008/12/phpdocumentor-phpdoc-templates/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 10:18:39 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.childofthemachine.com/blog/?p=137</guid>
		<description><![CDATA[Most professional PHP developers should be familiar with phpDocumentor, an &#8220;auto-documentation tool for the php language&#8221;. If you&#8217;re not please go check it out and start using it immediately! It has some great features, but that&#8217;s not in the scope of this post&#8230; Unfortunately most of the phpDocumentor templates leave much to be desired! However [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2008/12/phpdocumentor-phpdoc-templates/feed/</wfw:commentRss>
		<slash:comments>4</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>Zend debugger &#8211; without Zend Core/Zend Platform</title>
		<link>http://www.childofthemachine.com/blog/2007/12/zend-debugger-without-zend-corezend-platform/</link>
		<comments>http://www.childofthemachine.com/blog/2007/12/zend-debugger-without-zend-corezend-platform/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 14:10:12 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/12/16/zend-debugger-without-zend-corezend-platform/</guid>
		<description><![CDATA[Zend debugger is basically the server side component that is used by Zend Studio. You need this to do your remote debugging!! Normally you&#8217;d find this included in an installation of Zend Core or Zend Platform. However we aren&#8217;t using Zend&#8217;s apache php bundle so this little gem has to be loaded&#8230; It&#8217;s hard to [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/12/zend-debugger-without-zend-corezend-platform/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Giving PHP exec() some privilege</title>
		<link>http://www.childofthemachine.com/blog/2007/10/giving-php-exec-some-privilege/</link>
		<comments>http://www.childofthemachine.com/blog/2007/10/giving-php-exec-some-privilege/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 13:49:17 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/10/23/giving-php-exec-some-privilege/</guid>
		<description><![CDATA[My problem is I and working on a web interface which runs some limit shell command. Some of these normally require root access&#8230; And I don&#8217;t want to do something silly like force apache to run as root now do I? Provided you have sudo installed (like most distro&#8217;s) the following is a good solution [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/10/giving-php-exec-some-privilege/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Parse HTML returning links</title>
		<link>http://www.childofthemachine.com/blog/2007/10/php-parse-html-returning-links/</link>
		<comments>http://www.childofthemachine.com/blog/2007/10/php-parse-html-returning-links/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 14:49:27 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/10/10/php-parse-html-returning-links/</guid>
		<description><![CDATA[My goal was more complex than what&#8217;s described here in, but I wanted to share a simple function for returning the links in some HTML (now that I know what I&#8217;m doing)&#8230; Hopefully someone finds this useful, it was a common question in forums I noticed. Regular expressions are a power tool for working with [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/10/php-parse-html-returning-links/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

