<?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>Comments on: Massive zend framework poster \ cheatsheet</title>
	<atom:link href="http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/</link>
	<description>Randomness will get you everywhere.</description>
	<lastBuildDate>Mon, 30 Aug 2010 22:02:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Cany</title>
		<link>http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/comment-page-1/#comment-364</link>
		<dc:creator>Cany</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/#comment-364</guid>
		<description>Please help!!! I am stuck
When I run the tutorial website using the ZendFramework, I am getting this error, &quot;The mysql driver is not currently installed&quot;
I am using:
Apache2.2
PHP5.3
latest ZendFramework version 

Message: The mysql driver is not currently installed 

Stack trace:
#0 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Pdo\Mysql.php(96): Zend_Db_Adapter_Pdo_Abstract-&gt;_connect()
#1 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Abstract.php(448): Zend_Db_Adapter_Pdo_Mysql-&gt;_connect()
#2 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Pdo\Abstract.php(238): Zend_Db_Adapter_Abstract-&gt;query(&#039;DESCRIBE `album...&#039;, Array)
#3 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Pdo\Mysql.php(156): Zend_Db_Adapter_Pdo_Abstract-&gt;query(&#039;DESCRIBE `album...&#039;)
#4 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(814): Zend_Db_Adapter_Pdo_Mysql-&gt;describeTable(&#039;albums&#039;, NULL)
#5 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(857): Zend_Db_Table_Abstract-&gt;_setupMetadata()
#6 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(964): Zend_Db_Table_Abstract-&gt;_setupPrimaryKey()
#7 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Select.php(100): Zend_Db_Table_Abstract-&gt;info()
#8 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Select.php(78): Zend_Db_Table_Select-&gt;setTable(Object(Model_DbTable_Albums))
#9 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(1000): Zend_Db_Table_Select-&gt;__construct(Object(Model_DbTable_Albums))
#10 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(1286): Zend_Db_Table_Abstract-&gt;select()
#11 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\application\controllers\IndexController.php(16): Zend_Db_Table_Abstract-&gt;fetchAll()
#12 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Controller\Action.php(513): IndexController-&gt;indexAction()
#13 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Controller\Dispatcher\Standard.php(289): Zend_Controller_Action-&gt;dispatch(&#039;indexAction&#039;)
#14 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Controller\Front.php(946): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#15 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Application\Bootstrap\Bootstrap.php(77): Zend_Controller_Front-&gt;dispatch()
#16 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Application.php(346): Zend_Application_Bootstrap_Bootstrap-&gt;run()
#17 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\public\index.php(26): Zend_Application-&gt;run()
#18 {main} Request Parameters:
array (
&#039;controller&#039; =&gt; &#039;index&#039;,
&#039;action&#039; =&gt; &#039;index&#039;,
&#039;module&#039; =&gt; &#039;default&#039;,
)</description>
		<content:encoded><![CDATA[<p>Please help!!! I am stuck<br />
When I run the tutorial website using the ZendFramework, I am getting this error, &#8220;The mysql driver is not currently installed&#8221;<br />
I am using:<br />
Apache2.2<br />
PHP5.3<br />
latest ZendFramework version </p>
<p>Message: The mysql driver is not currently installed </p>
<p>Stack trace:<br />
#0 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Pdo\Mysql.php(96): Zend_Db_Adapter_Pdo_Abstract-&gt;_connect()<br />
#1 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Abstract.php(448): Zend_Db_Adapter_Pdo_Mysql-&gt;_connect()<br />
#2 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Pdo\Abstract.php(238): Zend_Db_Adapter_Abstract-&gt;query(&#8216;DESCRIBE `album&#8230;&#8217;, Array)<br />
#3 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Adapter\Pdo\Mysql.php(156): Zend_Db_Adapter_Pdo_Abstract-&gt;query(&#8216;DESCRIBE `album&#8230;&#8217;)<br />
#4 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(814): Zend_Db_Adapter_Pdo_Mysql-&gt;describeTable(&#8216;albums&#8217;, NULL)<br />
#5 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(857): Zend_Db_Table_Abstract-&gt;_setupMetadata()<br />
#6 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(964): Zend_Db_Table_Abstract-&gt;_setupPrimaryKey()<br />
#7 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Select.php(100): Zend_Db_Table_Abstract-&gt;info()<br />
#8 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Select.php(78): Zend_Db_Table_Select-&gt;setTable(Object(Model_DbTable_Albums))<br />
#9 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(1000): Zend_Db_Table_Select-&gt;__construct(Object(Model_DbTable_Albums))<br />
#10 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Db\Table\Abstract.php(1286): Zend_Db_Table_Abstract-&gt;select()<br />
#11 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\application\controllers\IndexController.php(16): Zend_Db_Table_Abstract-&gt;fetchAll()<br />
#12 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Controller\Action.php(513): IndexController-&gt;indexAction()<br />
#13 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Controller\Dispatcher\Standard.php(289): Zend_Controller_Action-&gt;dispatch(&#8216;indexAction&#8217;)<br />
#14 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Controller\Front.php(946): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))<br />
#15 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Application\Bootstrap\Bootstrap.php(77): Zend_Controller_Front-&gt;dispatch()<br />
#16 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\library\Zend\Application.php(346): Zend_Application_Bootstrap_Bootstrap-&gt;run()<br />
#17 C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\zf-tutorial\public\index.php(26): Zend_Application-&gt;run()<br />
#18 {main} Request Parameters:<br />
array (<br />
&#8216;controller&#8217; =&gt; &#8216;index&#8217;,<br />
&#8216;action&#8217; =&gt; &#8216;index&#8217;,<br />
&#8216;module&#8217; =&gt; &#8216;default&#8217;,<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stratocaster</title>
		<link>http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/comment-page-1/#comment-360</link>
		<dc:creator>Stratocaster</dc:creator>
		<pubDate>Fri, 18 Sep 2009 20:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/#comment-360</guid>
		<description>Hey man,
I&#039;m really interested in obtaining this poster... I looked for Björn Schotte&#039;s email address but couldn&#039;t find one... could you please help me get in touch with him ?

Thanx.</description>
		<content:encoded><![CDATA[<p>Hey man,<br />
I&#8217;m really interested in obtaining this poster&#8230; I looked for Björn Schotte&#8217;s email address but couldn&#8217;t find one&#8230; could you please help me get in touch with him ?</p>
<p>Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/comment-page-1/#comment-264</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 20 Aug 2009 07:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/#comment-264</guid>
		<description>Björn, Thank you for pointing that out, I have corrected the post!</description>
		<content:encoded><![CDATA[<p>Björn, Thank you for pointing that out, I have corrected the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn Schotte</title>
		<link>http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/comment-page-1/#comment-248</link>
		<dc:creator>Björn Schotte</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/2009/08/massive-zend-framework-poster-cheatsheet/#comment-248</guid>
		<description>Hi,

thank you for your blog post. Just to correct one thing: lighttpd was invented by Jan Kneschke, a friend of us/Mayflower. We&#039;re doing consulting work regarding lighttpd, like performance and architecture consulting for massive web server scaleout.

Best, Björn.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you for your blog post. Just to correct one thing: lighttpd was invented by Jan Kneschke, a friend of us/Mayflower. We&#8217;re doing consulting work regarding lighttpd, like performance and architecture consulting for massive web server scaleout.</p>
<p>Best, Björn.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
