<?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>Der Magento Experte</title>
	<atom:link href="https://www.der-mage-experte.de/tag/route/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.der-mage-experte.de</link>
	<description>Ihr Magento Experte &#38; Entwickler</description>
	<lastBuildDate>Fri, 03 Apr 2026 09:02:45 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Frontname einer Route herausfinden</title>
		<link>https://www.der-mage-experte.de/58/magento-frontname-einer-route-herausfinden/</link>
		<comments>https://www.der-mage-experte.de/58/magento-frontname-einer-route-herausfinden/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 11:47:08 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[config.xml]]></category>
		<category><![CDATA[Route]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=58</guid>
		<description><![CDATA[Mit dem folgenden Code findet man den FrontName einer Route heraus: [crayon-69f1ba3a17cdd/] Der Code würde dann &#8220;config&#8221; zurücliefern, wenn die config.xml des Moduls so aussieht: [crayon-69f1ba3a17d22/]]]></description>
				<content:encoded><![CDATA[<p>Mit dem folgenden Code findet man den FrontName einer Route heraus:</p>
<p></p><pre class="crayon-plain-tag">// will display &quot;config&quot;
$frontName = (string)Mage::getConfig()-&gt;getNode('frontend/routers/configurators/args/frontName');</pre><p></p>
<p>Der Code würde dann &#8220;config&#8221; zurücliefern, wenn die config.xml des Moduls so aussieht:</p><pre class="crayon-plain-tag">&lt;frontend&gt;
        &lt;routers&gt;
            &lt;configurators&gt;
                &lt;use&gt;standard&lt;/use&gt;
                &lt;args&gt;
                    &lt;module&gt;Company_Module&lt;/module&gt;
                    &lt;frontName&gt;config&lt;/frontName&gt;
                &lt;/args&gt;
            &lt;/configurators&gt;
        &lt;/routers&gt;
&lt;/frontend&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/58/magento-frontname-einer-route-herausfinden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
