<?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: Zend Framework and Stored Procedures</title>
	<atom:link href="http://blog.acodingfool.com/2009/08/21/zend-framework-and-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.acodingfool.com/2009/08/21/zend-framework-and-stored-procedures/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 20:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: acodingfool</title>
		<link>http://blog.acodingfool.com/2009/08/21/zend-framework-and-stored-procedures/comment-page-1/#comment-908</link>
		<dc:creator>acodingfool</dc:creator>
		<pubDate>Tue, 13 Apr 2010 14:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acodingfool.com/?p=620#comment-908</guid>
		<description>Re: the &quot;Unable to cache stored procedures parameters&quot; error, I forgot to mention that you need to give your SQL user the following permissions:  GRANT SELECT ON mysql.proc TO &#039;my_user&#039;@&#039;my_host&#039;;

This will allow the user to see the stored procedure source code to &quot;discover&quot; the parameters.

Kris</description>
		<content:encoded><![CDATA[<p>Re: the &#8220;Unable to cache stored procedures parameters&#8221; error, I forgot to mention that you need to give your SQL user the following permissions:  GRANT SELECT ON mysql.proc TO &#8216;my_user&#8217;@'my_host&#8217;;</p>
<p>This will allow the user to see the stored procedure source code to &#8220;discover&#8221; the parameters.</p>
<p>Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brazz</title>
		<link>http://blog.acodingfool.com/2009/08/21/zend-framework-and-stored-procedures/comment-page-1/#comment-857</link>
		<dc:creator>Brazz</dc:creator>
		<pubDate>Mon, 22 Mar 2010 00:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acodingfool.com/?p=620#comment-857</guid>
		<description>Hi, 

I tries to check your stored procedure class, and I get this : &quot;Unable to cache stored procedure parameters&quot; into protected function _setupMetadataParams($proc). I think because $procBody is not declared.

And If I set this :
$procBody = null;
$query-&gt;bindColumn(3, $procBody);
....
This if ($procBody  === null) is always true.

Regards,
Braz</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I tries to check your stored procedure class, and I get this : &#8220;Unable to cache stored procedure parameters&#8221; into protected function _setupMetadataParams($proc). I think because $procBody is not declared.</p>
<p>And If I set this :<br />
$procBody = null;<br />
$query-&gt;bindColumn(3, $procBody);<br />
&#8230;.<br />
This if ($procBody  === null) is always true.</p>
<p>Regards,<br />
Braz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zony Zeb</title>
		<link>http://blog.acodingfool.com/2009/08/21/zend-framework-and-stored-procedures/comment-page-1/#comment-837</link>
		<dc:creator>Zony Zeb</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.acodingfool.com/?p=620#comment-837</guid>
		<description>Hi,

Please let me know where I can place the class file.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Please let me know where I can place the class file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
