<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>ProDevTips - Latest Comments in ZF Community/CMS Bugfixes</title><link>http://prodevtips.disqus.com/</link><description>Mainly tutorials and tips relating to web development with PHP, Javascript, jQuery and Ruby</description><language>en</language><lastBuildDate>Thu, 30 Oct 2008 01:29:50 -0000</lastBuildDate><item><title>Re: ZF Community/CMS Bugfixes</title><link>http://www.prodevtips.com/2008/03/12/zf-communitycms-bugfixes/#comment-3386262</link><description>any update on Call to undefined method User::updateMe()  error???</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">basar</dc:creator><pubDate>Thu, 30 Oct 2008 01:29:50 -0000</pubDate></item><item><title>Re: ZF Community/CMS Bugfixes</title><link>http://www.prodevtips.com/2008/03/12/zf-communitycms-bugfixes/#comment-1494391</link><description>Some immediate problem to make code workink.&lt;br&gt;1- &lt;br&gt;[14-Aug-2008 15:10:58] PHP Fatal error:  Call to undefined method User::fetchRowToArr() in C:\wamp\www\zfcms\classes\ExtController.php on line 291&lt;br&gt;&lt;br&gt;missed from .classes\ExtModel.php function fetchRowToArrow  ...&lt;br&gt;i find that function in Wrinting a Cms/coomunity .... : Part 2 and added at the end of file&lt;br&gt;&lt;br&gt;	function fetchRowToArr($id_value = false, $as_array = true, $id_field = false, $where = false){ &lt;br&gt;        if($where != false){ &lt;br&gt;            $where_sql = array(); &lt;br&gt;            foreach($where as $field =&amp;gt; $value) &lt;br&gt;                $where_sql[] = $this-&amp;gt;getAdapter()-&amp;gt;quoteInto("$field = ?", $value); &lt;br&gt;            $row = $this-&amp;gt;fetchRow($where_sql); &lt;br&gt;        }else if($id_field == false){ &lt;br&gt;            $row = $this-&amp;gt;find($id_value)-&amp;gt;current(); &lt;br&gt;        }else{ &lt;br&gt;            $where = $this-&amp;gt;getAdapter()-&amp;gt;quoteInto("$id_field = ?", $id_value); &lt;br&gt;            $row = $this-&amp;gt;fetchRow($where); &lt;br&gt;        } &lt;br&gt; &lt;br&gt;        if($as_array == true &amp;amp;&amp;amp; $row != false) &lt;br&gt;            return $row-&amp;gt;toArray(); &lt;br&gt;        else &lt;br&gt;            return $row; &lt;br&gt;    }&lt;br&gt;&lt;br&gt;2-&lt;br&gt;[15-Aug-2008 15:46:38] PHP Fatal error:  Class 'Zend_Mail' not found in C:\wamp\www\zfcms\controllers\UserController.php on line 208&lt;br&gt;[15-Aug-2008 16:17:11] PHP Fatal error:  Class 'Zend_Mail_Transport_Smtp' not found in C:\wamp\www\zfcms\controllers\UserController.php on line 209&lt;br&gt;&lt;br&gt;in .index.php we must load  zend module for mail &lt;br&gt;&lt;br&gt;// added by rg&lt;br&gt;Zend_Loader::loadClass('Zend_Mail');&lt;br&gt;Zend_Loader::loadClass('Zend_Mail_Transport_Smtp');&lt;br&gt;&lt;br&gt;3- investigation about &lt;br&gt;[15-Aug-2008 16:04:49] PHP Fatal error:  Call to undefined method User::updateMe() in C:\wamp\www\zfcms\controllers\UserController.php on line 150&lt;br&gt;&lt;br&gt;Function already in the pencil ???&lt;br&gt;&lt;br&gt;hope this can help someone - thank for the excellent job done&lt;br&gt;&lt;br&gt;Gianni</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gianni</dc:creator><pubDate>Fri, 15 Aug 2008 11:36:40 -0000</pubDate></item></channel></rss>