<?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>kocherov.net &#187; zend framework</title>
	<atom:link href="https://kocherov.net/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>https://kocherov.net</link>
	<description>создание и поддержка парсеров, систем сбора и анализа информации</description>
	<lastBuildDate>Thu, 19 Feb 2026 13:03:25 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
		<item>
		<title>zend framework 2 (zf2) — Url Helper для Wildcard маршрута</title>
		<link>https://kocherov.net/zend-framework-2-zf2-url-helper-dlya-wildcard-marshruta/</link>
		<comments>https://kocherov.net/zend-framework-2-zf2-url-helper-dlya-wildcard-marshruta/#comments</comments>
		<pubDate>Fri, 29 Nov 2013 12:56:10 +0000</pubDate>
		<dc:creator>Pavel Kocherov</dc:creator>
				<category><![CDATA[Работа]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zf2]]></category>

		<guid isPermaLink="false">http://kocherov.net/?p=389</guid>
		<description><![CDATA[Есть маршрут: URL helper для него выглядит следующим образом (обратите внимание на application/default):]]></description>
				<content:encoded><![CDATA[<p>Есть маршрут:</p>
<pre class="brush: php; title: ; notranslate">
'application' =&gt; array(
	'type' =&gt; 'segment',
	'options' =&gt; array(
		'route'    =&gt; '/application[/:controller][/:action]',
		'defaults' =&gt; array(
			'__NAMESPACE__' =&gt; 'Application\Controller',
			'controller'    =&gt; 'Index',
			'action'        =&gt; 'index',
		),  
	),
	'may_terminate' =&gt; true,
	'child_routes' =&gt; array(
			'default' =&gt; array(
					'type'    =&gt; 'Wildcard',
					'options' =&gt; array(
					),
			),
	),
),  
</pre>
<p>URL helper для него выглядит следующим образом (обратите внимание на application/default):</p>
<pre class="brush: php; title: ; notranslate">
$this-&gt;url('application/default', array('controller' =&gt; 'advert', 'action' =&gt; 'index', 'phone' =&gt; $row-&gt;data['phone'] ) );
</pre>
]]></content:encoded>
			<wfw:commentRss>https://kocherov.net/zend-framework-2-zf2-url-helper-dlya-wildcard-marshruta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
