<?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>Комментарии: CakePHP. Быстрый старт.</title>
	<atom:link href="http://i-novice.net/cakephp-bystryj-start/feed/" rel="self" type="application/rss+xml" />
	<link>http://i-novice.net/cakephp-bystryj-start/</link>
	<description>Веб-разработка, php скрипты, поисковая оптимизация.</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:15:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Автор: Петр</title>
		<link>http://i-novice.net/cakephp-bystryj-start/#comment-3477</link>
		<dc:creator>Петр</dc:creator>
		<pubDate>Thu, 21 Apr 2011 05:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://i-novice.net/cakephp-bystryj-start/#comment-3477</guid>
		<description>Помогите, плз. Сделал все как написано(исправил строку с findall), но при запуске в браузере

Warning: Invalid argument supplied for foreach() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\app\views\posts\index.php on line 2

В чем прикол, не могу понять...</description>
		<content:encoded><![CDATA[<p>Помогите, плз. Сделал все как написано(исправил строку с findall), но при запуске в браузере</p>
<p>Warning: Invalid argument supplied for foreach() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\app\views\posts\index.php on line 2</p>
<p>В чем прикол, не могу понять&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Дмитрий</title>
		<link>http://i-novice.net/cakephp-bystryj-start/#comment-3350</link>
		<dc:creator>Дмитрий</dc:creator>
		<pubDate>Mon, 29 Nov 2010 13:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://i-novice.net/cakephp-bystryj-start/#comment-3350</guid>
		<description>Ошибка закралась сюда
/app/controllers/posts_controller.php

class PostsController extends AppController {

	var $name = &quot;Posts&quot;;

	function index() {
		$this-&gt;set(&#039;posts&#039;,$this-&gt;Post-&gt;findall());
	}

}
А писАть надо сюда -  $this-&gt;set(&#039;posts&#039;,$this-&gt;Post-&gt;find(&#039;all&#039;));</description>
		<content:encoded><![CDATA[<p>Ошибка закралась сюда<br />
/app/controllers/posts_controller.php</p>
<p>class PostsController extends AppController {</p>
<p>	var $name = &#8220;Posts&#8221;;</p>
<p>	function index() {<br />
		$this-&gt;set(&#8216;posts&#8217;,$this-&gt;Post-&gt;findall());<br />
	}</p>
<p>}<br />
А писАть надо сюда &#8211;  $this-&gt;set(&#8216;posts&#8217;,$this-&gt;Post-&gt;find(&#8216;all&#8217;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Дмитрий</title>
		<link>http://i-novice.net/cakephp-bystryj-start/#comment-3349</link>
		<dc:creator>Дмитрий</dc:creator>
		<pubDate>Mon, 29 Nov 2010 13:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://i-novice.net/cakephp-bystryj-start/#comment-3349</guid>
		<description>Что то ошибку выдает, как в предыдущем комментарии, что нужно исправить? Или сайт разработчиков cakephp смотреть? :-)</description>
		<content:encoded><![CDATA[<p>Что то ошибку выдает, как в предыдущем комментарии, что нужно исправить? Или сайт разработчиков cakephp смотреть? <img src='http://i-novice.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: игорь</title>
		<link>http://i-novice.net/cakephp-bystryj-start/#comment-2995</link>
		<dc:creator>игорь</dc:creator>
		<pubDate>Sat, 09 Jan 2010 17:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://i-novice.net/cakephp-bystryj-start/#comment-2995</guid>
		<description>Missing Controller

Error: PostsController could not be found.

Error: Create the class PostsController below in file: app\controllers\posts_controller.php



Notice: If you want to customize this error message, create app\views\errors\missing_controller.ctp</description>
		<content:encoded><![CDATA[<p>Missing Controller</p>
<p>Error: PostsController could not be found.</p>
<p>Error: Create the class PostsController below in file: app\controllers\posts_controller.php</p>
<p>Notice: If you want to customize this error message, create app\views\errors\missing_controller.ctp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Vasya</title>
		<link>http://i-novice.net/cakephp-bystryj-start/#comment-2909</link>
		<dc:creator>Vasya</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://i-novice.net/cakephp-bystryj-start/#comment-2909</guid>
		<description>говорит URL не найден при переходе на /posts/index
в чем может быть проблема?</description>
		<content:encoded><![CDATA[<p>говорит URL не найден при переходе на /posts/index<br />
в чем может быть проблема?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: zurito</title>
		<link>http://i-novice.net/cakephp-bystryj-start/#comment-2848</link>
		<dc:creator>zurito</dc:creator>
		<pubDate>Thu, 08 Oct 2009 18:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://i-novice.net/cakephp-bystryj-start/#comment-2848</guid>
		<description>нашел, /config/core.php - debug = 1</description>
		<content:encoded><![CDATA[<p>нашел, /config/core.php &#8211; debug = 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: TomDeLonge</title>
		<link>http://i-novice.net/cakephp-bystryj-start/#comment-2839</link>
		<dc:creator>TomDeLonge</dc:creator>
		<pubDate>Tue, 06 Oct 2009 14:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://i-novice.net/cakephp-bystryj-start/#comment-2839</guid>
		<description>У вас ошибка, в самом первом предложении, правильно будет MVC...</description>
		<content:encoded><![CDATA[<p>У вас ошибка, в самом первом предложении, правильно будет MVC&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

