<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Komentarze do: Zend Framework 0.1.4</title>
	<atom:link href="http://wojciech.naruniec.info/php/zend-framework-0-1-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://wojciech.naruniec.info/php/zend-framework-0-1-4/</link>
	<description>PHP, MVC, Zend Framework, Magento, Ext.js</description>
	<lastBuildDate>Mon, 07 May 2012 12:23:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Autor: Wojtek</title>
		<link>http://wojciech.naruniec.info/php/zend-framework-0-1-4/#comment-17</link>
		<dc:creator>Wojtek</dc:creator>
		<pubDate>Mon, 03 Jul 2006 13:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://wojciech.naruniec.info/php/zend-framework-0-1-4#comment-17</guid>
		<description>To lepiej zrobić odwołując się w kontrolerze do metod dispatchera:
&lt;pre&gt;
$this-&gt;_action-&gt;getActionName();
$this-&gt;_action-&gt;getControllerName();
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>To lepiej zrobić odwołując się w kontrolerze do metod dispatchera:</p>
<pre>
$this-&gt;_action-&gt;getActionName();
$this-&gt;_action-&gt;getControllerName();
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: bigZbig</title>
		<link>http://wojciech.naruniec.info/php/zend-framework-0-1-4/#comment-16</link>
		<dc:creator>bigZbig</dc:creator>
		<pubDate>Mon, 03 Jul 2006 13:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://wojciech.naruniec.info/php/zend-framework-0-1-4#comment-16</guid>
		<description>RewriteRouter to fajna sprawa, ale mnie brakuje odzwierciedlenia w tablicy $_GET parametrow przekazanych w adresie.</description>
		<content:encoded><![CDATA[<p>RewriteRouter to fajna sprawa, ale mnie brakuje odzwierciedlenia w tablicy $_GET parametrow przekazanych w adresie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Wojtek</title>
		<link>http://wojciech.naruniec.info/php/zend-framework-0-1-4/#comment-15</link>
		<dc:creator>Wojtek</dc:creator>
		<pubDate>Mon, 03 Jul 2006 13:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://wojciech.naruniec.info/php/zend-framework-0-1-4#comment-15</guid>
		<description>Ten błąd jest zgłoszony (&lt;a href=&quot;http://framework.zend.com/issues/browse/ZF-164&quot; rel=&quot;nofollow&quot;&gt;ZF-164&lt;/a&gt;), myślę że za tydzień w następnej wersji poprawią.  Co do routera to warto zapoznać się z &lt;a href=&quot;http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Controller/RewriteRouter.php&quot; rel=&quot;nofollow&quot;&gt;RewriteRouterem&lt;/a&gt; który na razie jest w inkubatorze.</description>
		<content:encoded><![CDATA[<p>Ten błąd jest zgłoszony (<a href="http://framework.zend.com/issues/browse/ZF-164" rel="nofollow">ZF-164</a>), myślę że za tydzień w następnej wersji poprawią.  Co do routera to warto zapoznać się z <a href="http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Controller/RewriteRouter.php" rel="nofollow">RewriteRouterem</a> który na razie jest w inkubatorze.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: bigZbig</title>
		<link>http://wojciech.naruniec.info/php/zend-framework-0-1-4/#comment-14</link>
		<dc:creator>bigZbig</dc:creator>
		<pubDate>Mon, 03 Jul 2006 11:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://wojciech.naruniec.info/php/zend-framework-0-1-4#comment-14</guid>
		<description>Pozwoliłem sobie też napisać swojego routera, który od routera Zenda różni się jedną linijką kodu. 

$_GET += array(&#039;controller&#039; =&gt; $controller, &#039;action&#039; =&gt; $action) + $params;</description>
		<content:encoded><![CDATA[<p>Pozwoliłem sobie też napisać swojego routera, który od routera Zenda różni się jedną linijką kodu. </p>
<p>$_GET += array(&#8216;controller&#8217; =&gt; $controller, &#8216;action&#8217; =&gt; $action) + $params;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: bigZbig</title>
		<link>http://wojciech.naruniec.info/php/zend-framework-0-1-4/#comment-13</link>
		<dc:creator>bigZbig</dc:creator>
		<pubDate>Mon, 03 Jul 2006 10:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://wojciech.naruniec.info/php/zend-framework-0-1-4#comment-13</guid>
		<description>W Zend/Db/Adapter/Pdo/Sqlite brakuje definicji wlasciwości $_pdoType, co uniemożliwia użycie tego adaptera.</description>
		<content:encoded><![CDATA[<p>W Zend/Db/Adapter/Pdo/Sqlite brakuje definicji wlasciwości $_pdoType, co uniemożliwia użycie tego adaptera.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

