<?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>Комментарии: Конфигурирование &#8212; Часть 2</title>
	<atom:link href="http://kohanaframework.su/starting/configuring_2/feed" rel="self" type="application/rss+xml" />
	<link>http://kohanaframework.su</link>
	<description>Документация и обучение фреймворку Kohana v3.2</description>
	<lastBuildDate>Tue, 04 Aug 2015 19:12:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Автор: AndreyCh</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-3#comment-1971</link>
		<dc:creator>AndreyCh</dc:creator>
		<pubDate>Wed, 18 Dec 2013 07:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1971</guid>
		<description>На самом деле в операторе языка php нет возможности передавать строку используя конкатенцию. echo ожидает параметр или несколько разделенные запятыми, а не точками. Вот на точки и обижается. 
Во всяком случае с коханой.</description>
		<content:encoded><![CDATA[<p>На самом деле в операторе языка php нет возможности передавать строку используя конкатенцию. echo ожидает параметр или несколько разделенные запятыми, а не точками. Вот на точки и обижается.<br />
Во всяком случае с коханой.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: easy</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-3#comment-1610</link>
		<dc:creator>easy</dc:creator>
		<pubDate>Sun, 07 Apr 2013 09:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1610</guid>
		<description>здравствуйте, у меня проблема когда я открываю приложение в браузере.
вот полный код
ErrorException [ Parse Error ]: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION

APPPATH\classes\Controller\Welcome.php [ 5 ]

 1 load(&#039;mysite&#039;);
 6 	$title = $site_config-&gt;get(&#039;title&#039;);
 7 	$description = $site_config-&gt;get(&#039;description&#039;);
 8 	
 9 
10 } // End Welcome

    {PHP internal call} » Kohana_Core::shutdown_handler()</description>
		<content:encoded><![CDATA[<p>здравствуйте, у меня проблема когда я открываю приложение в браузере.<br />
вот полный код<br />
ErrorException [ Parse Error ]: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION</p>
<p>APPPATH\classes\Controller\Welcome.php [ 5 ]</p>
<p> 1 load(&#8216;mysite&#8217;);<br />
 6 	$title = $site_config-&gt;get(&#8216;title&#8217;);<br />
 7 	$description = $site_config-&gt;get(&#8216;description&#8217;);<br />
 8<br />
 9<br />
10 } // End Welcome</p>
<p>    {PHP internal call} » Kohana_Core::shutdown_handler()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: lecktor</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1607</link>
		<dc:creator>lecktor</dc:creator>
		<pubDate>Sun, 31 Mar 2013 08:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1607</guid>
		<description>Пишу в eclipse(linux); также столкнулся с проблемой: {PHP internal call} » Kohana_Core::shutdown_handler(); выяснилось, что eclipse не записывал файл mysite.php( не было прав для записи). Хотя даже не выводил сообщение о ошибке записи...</description>
		<content:encoded><![CDATA[<p>Пишу в eclipse(linux); также столкнулся с проблемой: {PHP internal call} » Kohana_Core::shutdown_handler(); выяснилось, что eclipse не записывал файл mysite.php( не было прав для записи). Хотя даже не выводил сообщение о ошибке записи&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: finkel</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1499</link>
		<dc:creator>finkel</dc:creator>
		<pubDate>Wed, 19 Dec 2012 08:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1499</guid>
		<description>Хороший сайт, спасибо. Мне кажется слова view и controller не нуждаются в переводе.</description>
		<content:encoded><![CDATA[<p>Хороший сайт, спасибо. Мне кажется слова view и controller не нуждаются в переводе.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: vasiliy</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1488</link>
		<dc:creator>vasiliy</dc:creator>
		<pubDate>Sat, 08 Dec 2012 09:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1488</guid>
		<description>Не идет полный текст... Пробую еще...
class Controller_Welcome extends Controller {
	$site_config = Kohana::$config-&gt;load(&#039;mysite&#039;);
	$title = $site_config-&gt;get(&#039;title&#039;);
	$description = $site_config-&gt;get(&#039;description&#039;);	
	echo $title . ‘ — ‘ . $description;
	}</description>
		<content:encoded><![CDATA[<p>Не идет полный текст&#8230; Пробую еще&#8230;<br />
class Controller_Welcome extends Controller {<br />
	$site_config = Kohana::$config-&gt;load(&#8216;mysite&#8217;);<br />
	$title = $site_config-&gt;get(&#8216;title&#8217;);<br />
	$description = $site_config-&gt;get(&#8216;description&#8217;);<br />
	echo $title . ‘ — ‘ . $description;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: vasiliy</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1487</link>
		<dc:creator>vasiliy</dc:creator>
		<pubDate>Sat, 08 Dec 2012 09:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1487</guid>
		<description>Вслед досылаю полный текст файла Welcome.php, может в нем ошибка:
load(&#039;mysite&#039;);
	$title = $site_config-&gt;get(&#039;title&#039;);
	$description = $site_config-&gt;get(&#039;description&#039;);	
	echo $title . ‘ — ‘ . $description;
	}
	
} // End Welcome</description>
		<content:encoded><![CDATA[<p>Вслед досылаю полный текст файла Welcome.php, может в нем ошибка:<br />
load(&#8216;mysite&#8217;);<br />
	$title = $site_config-&gt;get(&#8216;title&#8217;);<br />
	$description = $site_config-&gt;get(&#8216;description&#8217;);<br />
	echo $title . ‘ — ‘ . $description;<br />
	}</p>
<p>} // End Welcome</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: vasiliy</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1486</link>
		<dc:creator>vasiliy</dc:creator>
		<pubDate>Sat, 08 Dec 2012 08:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1486</guid>
		<description>Здравствуйте! Та же проблема, что у предыдущего:
Создан файл mysite.php:
 &#039;Мой первый сайт на Кохане&#039;,
    &#039;description&#039; =&gt; &#039;Самый лучший сайт на свете&#039;	
);
прописал в контроллере Welcome.php:
load(&#039;mysite&#039;);
	$title = $site_config-&gt;get(&#039;title&#039;);
	$description = $site_config-&gt;get(&#039;description&#039;);	
	echo $title . ‘ — ‘ . $description;
	}
	
} // End Welcome
Получил ошибку:
ErrorException [ Parse Error ]: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION

APPPATH\classes\Controller\Welcome.php [ 4 ]
1 load(&#039;mysite&#039;);
5 	$title = $site_config-&gt;get(&#039;title&#039;);
6 	$description = $site_config-&gt;get(&#039;description&#039;);	
7 
8 	}
9 	

{PHP internal call} » Kohana_Core::shutdown_handler()

Сообщение о синтаксисе... Но вводил вроде все, как Вы прописывали...
Простите за &quot;простоту&quot;...</description>
		<content:encoded><![CDATA[<p>Здравствуйте! Та же проблема, что у предыдущего:<br />
Создан файл mysite.php:<br />
 &#8216;Мой первый сайт на Кохане&#8217;,<br />
    &#8216;description&#8217; =&gt; &#8216;Самый лучший сайт на свете&#8217;<br />
);<br />
прописал в контроллере Welcome.php:<br />
load(&#8216;mysite&#8217;);<br />
	$title = $site_config-&gt;get(&#8216;title&#8217;);<br />
	$description = $site_config-&gt;get(&#8216;description&#8217;);<br />
	echo $title . ‘ — ‘ . $description;<br />
	}</p>
<p>} // End Welcome<br />
Получил ошибку:<br />
ErrorException [ Parse Error ]: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION</p>
<p>APPPATH\classes\Controller\Welcome.php [ 4 ]<br />
1 load(&#8216;mysite&#8217;);<br />
5 	$title = $site_config-&gt;get(&#8216;title&#8217;);<br />
6 	$description = $site_config-&gt;get(&#8216;description&#8217;);<br />
7<br />
8 	}<br />
9 	</p>
<p>{PHP internal call} » Kohana_Core::shutdown_handler()</p>
<p>Сообщение о синтаксисе&#8230; Но вводил вроде все, как Вы прописывали&#8230;<br />
Простите за &#171;простоту&#187;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Денис Васильевич</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1447</link>
		<dc:creator>Денис Васильевич</dc:creator>
		<pubDate>Sun, 18 Nov 2012 10:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1447</guid>
		<description>в какой строчке ошибка-то ?</description>
		<content:encoded><![CDATA[<p>в какой строчке ошибка-то ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Bekarys</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1446</link>
		<dc:creator>Bekarys</dc:creator>
		<pubDate>Sun, 18 Nov 2012 09:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1446</guid>
		<description>zdrastvuite, ya toka nachinau izuchat&#039; Kohanu, u menya vot takaya problema piwu v Welcome.php kod
$site_config = Kohana::$config-&gt;load(&#039;mysite&#039;);
$title = $site_config-&gt;get(&#039;title&#039;);
$description = $site_config-&gt;get(&#039;description&#039;);
echo $title . &#039; — &#039; . $description. 
a u menya owibka 
&quot;&quot;,syntax error, unexpected T_VARIABLE, expecting T_FUNCTION, chto delat&#039;?</description>
		<content:encoded><![CDATA[<p>zdrastvuite, ya toka nachinau izuchat&#8217; Kohanu, u menya vot takaya problema piwu v Welcome.php kod<br />
$site_config = Kohana::$config-&gt;load(&#8216;mysite&#8217;);<br />
$title = $site_config-&gt;get(&#8216;title&#8217;);<br />
$description = $site_config-&gt;get(&#8216;description&#8217;);<br />
echo $title . &#8216; — &#8216; . $description.<br />
a u menya owibka<br />
&#171;&#187;,syntax error, unexpected T_VARIABLE, expecting T_FUNCTION, chto delat&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: nkl</title>
		<link>http://kohanaframework.su/starting/configuring_2/comment-page-2#comment-1380</link>
		<dc:creator>nkl</dc:creator>
		<pubDate>Sun, 21 Oct 2012 21:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://kohanaframework.su/?page_id=386#comment-1380</guid>
		<description>Тек, потихоньку начинаю понимать, скорее бы до вида дойти уже! Спасибо Денис, все заработало в с первого раза!</description>
		<content:encoded><![CDATA[<p>Тек, потихоньку начинаю понимать, скорее бы до вида дойти уже! Спасибо Денис, все заработало в с первого раза!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
