<?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; framework</title>
	<atom:link href="http://www.fordnox.com/blog/tag/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>ZFCE passed</title>
		<link>http://www.fordnox.com/blog/2009/08/zfce-passed/</link>
		<comments>http://www.fordnox.com/blog/2009/08/zfce-passed/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:49:18 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=233</guid>
		<description><![CDATA[Today I have passed Zend Framework Certification Exam. That does not make me a better programmer, but that makes makes me second Lithuanian (first one is Aurelijus Valeisa) to do so. Of course, it is not the reason I took it. All I can say now, that it actually does not matter very much whether [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/08/zfce-passed/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Zend PHP5 Certification &#8211; Pass</title>
		<link>http://www.fordnox.com/blog/2009/07/zend-php5-certification-pass/</link>
		<comments>http://www.fordnox.com/blog/2009/07/zend-php5-certification-pass/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 16:19:05 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=137</guid>
		<description><![CDATA[For a long time I have been considering whether it worth passing Zend PHP5 exam or not. Does it make any difference ? Well hell yes, it does. I am not saying this is very hard exam if you are working with PHP on daily basis, but having this little note about yourself makes big [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/07/zend-php5-certification-pass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZF 1.8 Soap server example module</title>
		<link>http://www.fordnox.com/blog/2009/05/zf-18-soap-server-example-module/</link>
		<comments>http://www.fordnox.com/blog/2009/05/zf-18-soap-server-example-module/#comments</comments>
		<pubDate>Wed, 27 May 2009 12:21:37 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=127</guid>
		<description><![CDATA[I want to share my example Zend Soap Server module. This is Zend Framework module, with default folders structure. You can just drop it your &#8220;modules&#8221; directory and server will be ready for work. My aim was to show how Service documentation is made &#8220;on the fly&#8221;. You only need to change DocBlock in service [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/05/zf-18-soap-server-example-module/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Zend Framework model</title>
		<link>http://www.fordnox.com/blog/2008/10/zend-framework-model/</link>
		<comments>http://www.fordnox.com/blog/2008/10/zend-framework-model/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 09:22:49 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=92</guid>
		<description><![CDATA[If you want to enable model to use another than default databas connection, here is a tip: class Custom extends Zend_Db_Table { protected $_name = "custom"; public function __construct($config = array()) { $c = Zend_Registry::get('config'); $db = Zend_Db::factory($c-&#62;db-&#62;local-&#62;adapter, $c-&#62;db-&#62;local-&#62;config-&#62;toArray()); parent::__construct($db); } }]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2008/10/zend-framework-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

