<?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 for Website Factors</title>
	<atom:link href="http://www.websitefactors.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitefactors.co.uk</link>
	<description>Web Design, CSS, Javascript, MySQL, PHP &#38; Zend Framework</description>
	<lastBuildDate>Tue, 30 Apr 2013 14:23:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on PHP Error Reporting Settings by Craig Reasbeck</title>
		<link>http://www.websitefactors.co.uk/php/2013/01/php-error-reporting-settings/#comment-1360</link>
		<dc:creator>Craig Reasbeck</dc:creator>
		<pubDate>Tue, 30 Apr 2013 14:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=287#comment-1360</guid>
		<description>The problem here is because you are using value 30711 which is equivalent to E_ALL &amp; ~E_NOTICE, which is E_ALL (show all errors), ~E_NOTICE (except Notices). See the &lt;a href=&quot;http://php.net/manual/en/function.error-reporting.php&quot; rel=&quot;nofollow&quot;&gt;error_reporting&lt;/a&gt; page for an explanation.

If you would like to Show All Errors Except Notices &amp; Warnings, do this:

&lt;pre lang=&quot;bash&quot;&gt;
php_value error_reporting 30709
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The problem here is because you are using value 30711 which is equivalent to E_ALL &#038; ~E_NOTICE, which is E_ALL (show all errors), ~E_NOTICE (except Notices). See the <a href="http://php.net/manual/en/function.error-reporting.php" rel="nofollow">error_reporting</a> page for an explanation.</p>
<p>If you would like to Show All Errors Except Notices &#038; Warnings, do this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">php_value error_reporting <span style="color: #000000;">30709</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Error Reporting Settings by capt.PR</title>
		<link>http://www.websitefactors.co.uk/php/2013/01/php-error-reporting-settings/#comment-1318</link>
		<dc:creator>capt.PR</dc:creator>
		<pubDate>Sun, 24 Mar 2013 18:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=287#comment-1318</guid>
		<description>Hi,
i tried for joomla 2.5.7 add in .htaccess
php_value error_reporting = &quot;E_ALL &amp; ~E_NOTICE&quot;
but i got 500 error
then i replaced it with
php_value error_reporting 30711
error disappeared, notices continue display</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i tried for joomla 2.5.7 add in .htaccess<br />
php_value error_reporting = &#8220;E_ALL &amp; ~E_NOTICE&#8221;<br />
but i got 500 error<br />
then i replaced it with<br />
php_value error_reporting 30711<br />
error disappeared, notices continue display</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging SQL Queries with Firebug&#8217;s Console using Zend Framwork Db Profiler by Insane in the Main Frame &#187; Blog Archive &#187; Zend Framework: SQL Queries auflisten</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/logging-sql-queries-with-firebugs-console-using-zend-framwork-db-profiler/#comment-948</link>
		<dc:creator>Insane in the Main Frame &#187; Blog Archive &#187; Zend Framework: SQL Queries auflisten</dc:creator>
		<pubDate>Thu, 31 Jan 2013 10:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=98#comment-948</guid>
		<description>[...] Diese hilfreiche Anleitung hat mich darauf gebracht!  /*     Schlagwörter: howto, mysql, queries, queries anzeigen lassen, zend Category: Zend Framework &#160;&#124;&#160;&#160;Kommentar (RSS) &#160;&#124;&#160;&#160;Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] Diese hilfreiche Anleitung hat mich darauf gebracht!  /*     Schlagwörter: howto, mysql, queries, queries anzeigen lassen, zend Category: Zend Framework &nbsp;|&nbsp;&nbsp;Kommentar (RSS) &nbsp;|&nbsp;&nbsp;Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Form Layout with Zend Form Decorator ViewScript by Ian Lewis</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/custom-form-layout-with-zend-form-decorator-viewscript/#comment-697</link>
		<dc:creator>Ian Lewis</dc:creator>
		<pubDate>Fri, 21 Dec 2012 10:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=104#comment-697</guid>
		<description>OK.. mu comments keep getting mangled..

&lt;?php echo</description>
		<content:encoded><![CDATA[<p>OK.. mu comments keep getting mangled..</p>
<p>&lt;?php echo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Form Layout with Zend Form Decorator ViewScript by Ian Lewis</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/custom-form-layout-with-zend-form-decorator-viewscript/#comment-695</link>
		<dc:creator>Ian Lewis</dc:creator>
		<pubDate>Fri, 21 Dec 2012 10:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=104#comment-695</guid>
		<description>Thanks Henry,

Apparently my comment got mangled.. I am no fan of short-tags in PHP. I positively discourage them and my developers&#039; IDEs are configured to prevent the use of them. Looks like my original comment was edited - possibly because the php opening tag was stripped.

Use this format:
&lt;code&gt;
 getElement(&#039;property_type&#039;) ?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Henry,</p>
<p>Apparently my comment got mangled.. I am no fan of short-tags in PHP. I positively discourage them and my developers&#8217; IDEs are configured to prevent the use of them. Looks like my original comment was edited &#8211; possibly because the php opening tag was stripped.</p>
<p>Use this format:<br />
<code><br />
 getElement('property_type') ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Form Layout with Zend Form Decorator ViewScript by Henry Hayes</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/custom-form-layout-with-zend-form-decorator-viewscript/#comment-694</link>
		<dc:creator>Henry Hayes</dc:creator>
		<pubDate>Fri, 21 Dec 2012 09:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=104#comment-694</guid>
		<description>I agree that he is using short tags wrong. However, I would discourage using short tags.</description>
		<content:encoded><![CDATA[<p>I agree that he is using short tags wrong. However, I would discourage using short tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FCKeditor Zend Form Integration by Gokul Shinde</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/fckeditor-zend-form-integration/#comment-693</link>
		<dc:creator>Gokul Shinde</dc:creator>
		<pubDate>Wed, 19 Dec 2012 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=74#comment-693</guid>
		<description>Hi !
I used this code. It added element of textarea but not load to libraries or options of ckeditor.</description>
		<content:encoded><![CDATA[<p>Hi !<br />
I used this code. It added element of textarea but not load to libraries or options of ckeditor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Form Layout with Zend Form Decorator ViewScript by Ian Lewis</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/custom-form-layout-with-zend-form-decorator-viewscript/#comment-692</link>
		<dc:creator>Ian Lewis</dc:creator>
		<pubDate>Thu, 13 Dec 2012 14:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=104#comment-692</guid>
		<description>Hi,

You should be using :
&lt;code&gt;
&lt;?=getElement(&#039;property_type&#039;) ?&gt;
&lt;/code&gt;

I&#039;m not a fan of PHP short tags but I know many are :)

Regards,
Ian</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You should be using :<br />
<code><br />
< ?=getElement('property_type') ?><br />
</code></p>
<p>I&#8217;m not a fan of PHP short tags but I know many are <img src='http://www.websitefactors.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Form Layout with Zend Form Decorator ViewScript by Henry Hayes</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/custom-form-layout-with-zend-form-decorator-viewscript/#comment-691</link>
		<dc:creator>Henry Hayes</dc:creator>
		<pubDate>Mon, 10 Dec 2012 16:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=104#comment-691</guid>
		<description>Try:

&lt;code&gt;&lt;?=$this-&gt;getElement(&#039;property_type&#039;);?&gt;&lt;/code&gt;

Which the correct short code syntax.</description>
		<content:encoded><![CDATA[<p>Try:</p>
<p><code>< ?=$this->getElement('property_type');?></code></p>
<p>Which the correct short code syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Form Layout with Zend Form Decorator ViewScript by Nao Yoshino</title>
		<link>http://www.websitefactors.co.uk/zend-framework/2011/05/custom-form-layout-with-zend-form-decorator-viewscript/#comment-688</link>
		<dc:creator>Nao Yoshino</dc:creator>
		<pubDate>Mon, 10 Dec 2012 15:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.websitefactors.co.uk/?p=104#comment-688</guid>
		<description>Excellent breakdown, thank you very much!

I&#039;m having difficulty getting the actual form elements to display, however. For some reason, the following:

&lt;code&gt;getElement(&#039;property_type&#039;)?&gt;&lt;/code&gt;

is being rendered in the view as follows:

&lt;code&gt;&lt;?php=$this-&gt;getElement(&#039;property_type&#039;)?&gt;&lt;/code&gt;

Have turned Google upside-down but couldn&#039;t find any references to this. It&#039;s like it&#039;s being escaped but I have no idea why.

Any idea?

Thanks,

Nao</description>
		<content:encoded><![CDATA[<p>Excellent breakdown, thank you very much!</p>
<p>I&#8217;m having difficulty getting the actual form elements to display, however. For some reason, the following:</p>
<p><code>getElement('property_type')?></code></p>
<p>is being rendered in the view as follows:</p>
<p><code>< ?php=$this->getElement('property_type')?></code></p>
<p>Have turned Google upside-down but couldn&#8217;t find any references to this. It&#8217;s like it&#8217;s being escaped but I have no idea why.</p>
<p>Any idea?</p>
<p>Thanks,</p>
<p>Nao</p>
]]></content:encoded>
	</item>
</channel>
</rss>
