<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zend Framework по-русски &#187; Zend_Controller_Front</title>
	<atom:link href="http://zend-framework.ru/tag/zend_controller_front/feed/" rel="self" type="application/rss+xml" />
	<link>http://zend-framework.ru</link>
	<description>Статьи, руководства и заметки о фреймворке для PHP - Zend Framework</description>
	<lastBuildDate>Sun, 25 Dec 2011 06:51:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Начало работы с Zend Framework</title>
		<link>http://zend-framework.ru/nachalo-raboty-s-zend-framework/</link>
		<comments>http://zend-framework.ru/nachalo-raboty-s-zend-framework/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 17:53:41 +0000</pubDate>
		<dc:creator>Сергей</dc:creator>
				<category><![CDATA[MVC-компоненты]]></category>
		<category><![CDATA[Базы данных]]></category>
		<category><![CDATA[Руководства]]></category>
		<category><![CDATA[Формы и обработка входных данных]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Zend_Controller]]></category>
		<category><![CDATA[Zend_Controller_Front]]></category>
		<category><![CDATA[Zend_Db]]></category>
		<category><![CDATA[Zend_Db_Table]]></category>
		<category><![CDATA[Zend_Form]]></category>
		<category><![CDATA[Zend_Layout]]></category>
		<category><![CDATA[Zend_View]]></category>
		<category><![CDATA[основы]]></category>

		<guid isPermaLink="false">http://zend-framework.ru/?p=35</guid>
		<description><![CDATA[Автор: Rob Allen, www.akrabat.com Это устаревшая версия руководства. Последняя версия доступна по ссылке. Это руководство содержит минимум знаний для применения Zend Framework в написании приложений начального уровня с использованием баз данных. (...)Продолжить чтение - Начало работы с Zend Framework (1,601 words) 77 comments Post tags: mod_rewrite, Zend_Controller, Zend_Controller_Front, Zend_Db, Zend_Db_Table, Zend_Form, Zend_Layout, Zend_View, основы]]></description>
			<content:encoded><![CDATA[<p>Автор: Rob Allen, <a href="http://www.akrabat.com">www.akrabat.com</a><br />
<span style="color: red;">Это устаревшая версия руководства. Последняя версия доступна <a href="/getting-started/">по ссылке</a>.</span></p>
<p>Это руководство содержит минимум знаний для применения Zend Framework в написании приложений начального уровня с использованием баз данных.<br />
(...)<br/>Продолжить чтение - <a href="http://zend-framework.ru/nachalo-raboty-s-zend-framework/">Начало работы с Zend Framework</a> (1,601 words)</p>
<hr />
<p><small>
<a href="http://zend-framework.ru/nachalo-raboty-s-zend-framework/#comments">77 comments</a>
<br/>
Post tags: <a href="http://zend-framework.ru/tag/mod_rewrite/" rel="tag">mod_rewrite</a>, <a href="http://zend-framework.ru/tag/zend_controller/" rel="tag">Zend_Controller</a>, <a href="http://zend-framework.ru/tag/zend_controller_front/" rel="tag">Zend_Controller_Front</a>, <a href="http://zend-framework.ru/tag/zend_db/" rel="tag">Zend_Db</a>, <a href="http://zend-framework.ru/tag/zend_db_table/" rel="tag">Zend_Db_Table</a>, <a href="http://zend-framework.ru/tag/zend_form/" rel="tag">Zend_Form</a>, <a href="http://zend-framework.ru/tag/zend_layout/" rel="tag">Zend_Layout</a>, <a href="http://zend-framework.ru/tag/zend_view/" rel="tag">Zend_View</a>, <a href="http://zend-framework.ru/tag/osnovy/" rel="tag">основы</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://zend-framework.ru/nachalo-raboty-s-zend-framework/feed/</wfw:commentRss>
		<slash:comments>77</slash:comments>
		</item>
		<item>
		<title>Основы Zend Framework 2. Подробнее про Zend_Controller.</title>
		<link>http://zend-framework.ru/osnovy-zend-framework-2-podronee-pro-zend_controller/</link>
		<comments>http://zend-framework.ru/osnovy-zend-framework-2-podronee-pro-zend_controller/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 16:44:50 +0000</pubDate>
		<dc:creator>Сергей</dc:creator>
				<category><![CDATA[MVC-компоненты]]></category>
		<category><![CDATA[Руководства]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Zend_Controller]]></category>
		<category><![CDATA[Zend_Controller_Front]]></category>
		<category><![CDATA[Zend_Controller_Router_Rewrite]]></category>
		<category><![CDATA[основы]]></category>

		<guid isPermaLink="false">http://zend-framework.ru/2008/02/osnovy-zend-framework-2-podronee-pro-zend_controller/</guid>
		<description><![CDATA[Приветствую вас. Это вторая статья серии, посвящённой основам Zend Framework. Первая статья серии В этой статье вы более подробно ознакомитесь с Zend_Controller и научитесь использовать Zend_Controller_Router_Rewrite. (...)Продолжить чтение - Основы Zend Framework 2. Подробнее про Zend_Controller. (528 words) 14 comments Post tags: mod_rewrite, Zend_Controller, Zend_Controller_Front, Zend_Controller_Router_Rewrite, основы]]></description>
			<content:encoded><![CDATA[<p>Приветствую вас.<br />
Это вторая статья серии, посвящённой основам Zend Framework.<br />
<a href="http://zend-framework.ru/2008/02/zend_framework-zend_controller-part1/">Первая статья серии</a><br />
В этой статье вы более подробно ознакомитесь с Zend_Controller и научитесь использовать Zend_Controller_Router_Rewrite.<br />
(...)<br/>Продолжить чтение - <a href="http://zend-framework.ru/osnovy-zend-framework-2-podronee-pro-zend_controller/">Основы Zend Framework 2. Подробнее про Zend_Controller.</a> (528 words)</p>
<hr />
<p><small>
<a href="http://zend-framework.ru/osnovy-zend-framework-2-podronee-pro-zend_controller/#comments">14 comments</a>
<br/>
Post tags: <a href="http://zend-framework.ru/tag/mod_rewrite/" rel="tag">mod_rewrite</a>, <a href="http://zend-framework.ru/tag/zend_controller/" rel="tag">Zend_Controller</a>, <a href="http://zend-framework.ru/tag/zend_controller_front/" rel="tag">Zend_Controller_Front</a>, <a href="http://zend-framework.ru/tag/zend_controller_router_rewrite/" rel="tag">Zend_Controller_Router_Rewrite</a>, <a href="http://zend-framework.ru/tag/osnovy/" rel="tag">основы</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://zend-framework.ru/osnovy-zend-framework-2-podronee-pro-zend_controller/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

