<?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>PHP and Unix tips &#187; zend framework</title>
	<atom:link href="http://www.fordnox.com/blog/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fordnox.com/blog</link>
	<description>Web developer for web developers</description>
	<lastBuildDate>Mon, 21 Mar 2011 16:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Default Zend Framework Layout</title>
		<link>http://www.fordnox.com/blog/2010/01/default-zend-framework-layout/</link>
		<comments>http://www.fordnox.com/blog/2010/01/default-zend-framework-layout/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 16:46:58 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=309</guid>
		<description><![CDATA[&#60; ?php echo $this-&#62;doctype() ?&#62; &#60;html&#62; &#60;head&#62; &#60; ?php echo $this-&#62;headTitle() ?&#62; &#60; ?php echo $this-&#62;headLink() ?&#62; &#60; ?php echo $this-&#62;headStyle() ?&#62; &#60;/head&#62; &#60;body&#62; &#60; ?php echo $this-&#62;layout()-&#62;content ?&#62; &#60; ?php echo $this-&#62;headScript() ?&#62; &#60;/body&#62; &#60;/html&#62;]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2010/01/default-zend-framework-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing for ZFC exam</title>
		<link>http://www.fordnox.com/blog/2009/08/preparing-for-zfc-exam/</link>
		<comments>http://www.fordnox.com/blog/2009/08/preparing-for-zfc-exam/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 22:55:48 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=210</guid>
		<description><![CDATA[Decided to write this post, because no information on the Google returns with query &#8220;Preparing for Zend framework exam&#8221;, about what peaople are actually studying before taking Zend Framework sertification exam. Some of them shared their thoughts &#8220;after&#8221; passing exam. http://www.dragonbe.com/2008/10/zend-framework-certified-engineer.html http://www.techfounder.net/2008/12/30/zend-framework-certification http://www.ibuildings.com/resources/newsletter/archive/february-09/zend-framework http://zendstyle.wordpress.com/2009/05/28/zend-framework-exam/ http://zendstyle.wordpress.com/2009/06/03/advices-for-the-zf-exam/ http://friendfeed.com/aurelijus/096c9312/yay-just-passed-zend-framework-certification So I would like to share my practice &#8220;before&#8221; [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/08/preparing-for-zfc-exam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework Soap server</title>
		<link>http://www.fordnox.com/blog/2008/11/zend-framework-soap-server/</link>
		<comments>http://www.fordnox.com/blog/2008/11/zend-framework-soap-server/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:07:47 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=99</guid>
		<description><![CDATA[Thanks for great explanation Viktorai Agejevai Server class has function: /** * @desc Get Product info by product_id * @param int $product_id * @return array */ public function getProduct($product_id) { $result = array( "product_id"=>$product_id, "title"=>'Product Title' ); return $result; } Client get response: product_id 2 title Product Title I want this response to be like [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2008/11/zend-framework-soap-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

