<?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: Default views for extensions</title>
	<atom:link href="http://cakebaker.42dh.com/2009/07/02/default-views-for-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/07/02/default-views-for-extensions/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/07/02/default-views-for-extensions/comment-page-1/#comment-131864</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 03 Jul 2009 15:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1218#comment-131864</guid>
		<description>@all: Thanks for your comments!

@poLK: Yes, overriding the render() method could be an alternative, though I wasn&#039;t able to make this approach work...

@majna: No, there is no issue with PHP&#039;s json_encode (Zend/Json also uses this function if available). And the reason we use Zend/Json over $javascript-&gt;object() is that it automatically encodes special characters.</description>
		<content:encoded><![CDATA[<p>@all: Thanks for your comments!</p>
<p>@poLK: Yes, overriding the render() method could be an alternative, though I wasn&#8217;t able to make this approach work&#8230;</p>
<p>@majna: No, there is no issue with PHP&#8217;s json_encode (Zend/Json also uses this function if available). And the reason we use Zend/Json over $javascript-&gt;object() is that it automatically encodes special characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: majna</title>
		<link>http://cakebaker.42dh.com/2009/07/02/default-views-for-extensions/comment-page-1/#comment-131854</link>
		<dc:creator>majna</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1218#comment-131854</guid>
		<description>why Zend_Json::encode?
when cake has $javascript-&gt;object($data);
which uses PHP jason_encode if available.
Is there any known issues with php jason_encode?
Zend Jason class looks odd to me (recursion, Solar framework code for unicode, performance...).</description>
		<content:encoded><![CDATA[<p>why Zend_Json::encode?<br />
when cake has $javascript-&gt;object($data);<br />
which uses PHP jason_encode if available.<br />
Is there any known issues with php jason_encode?<br />
Zend Jason class looks odd to me (recursion, Solar framework code for unicode, performance&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poLK</title>
		<link>http://cakebaker.42dh.com/2009/07/02/default-views-for-extensions/comment-page-1/#comment-131810</link>
		<dc:creator>poLK</dc:creator>
		<pubDate>Thu, 02 Jul 2009 23:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1218#comment-131810</guid>
		<description>Also, changing $this-&gt;action might lead to some bugs hard to find, I would go for AppController::render() instead.</description>
		<content:encoded><![CDATA[<p>Also, changing $this-&gt;action might lead to some bugs hard to find, I would go for AppController::render() instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poLK</title>
		<link>http://cakebaker.42dh.com/2009/07/02/default-views-for-extensions/comment-page-1/#comment-131809</link>
		<dc:creator>poLK</dc:creator>
		<pubDate>Thu, 02 Jul 2009 23:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1218#comment-131809</guid>
		<description>There is VIEWS constant, but it will not help much in case of multiple view paths or usage from plugins anyway.</description>
		<content:encoded><![CDATA[<p>There is VIEWS constant, but it will not help much in case of multiple view paths or usage from plugins anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Westin</title>
		<link>http://cakebaker.42dh.com/2009/07/02/default-views-for-extensions/comment-page-1/#comment-131792</link>
		<dc:creator>Martin Westin</dc:creator>
		<pubDate>Thu, 02 Jul 2009 16:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1218#comment-131792</guid>
		<description>Nice one.
This technique looks very usable for most alternative extensions, at least most I use, are &quot;data&quot; formats.</description>
		<content:encoded><![CDATA[<p>Nice one.<br />
This technique looks very usable for most alternative extensions, at least most I use, are &#8220;data&#8221; formats.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

