<?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>Design Tips &#187; magento admin url</title>
	<atom:link href="http://design-tips.com/tag/magento-admin-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://design-tips.com</link>
	<description>Where designers share secret tricks</description>
	<lastBuildDate>Thu, 18 Oct 2012 21:15:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>How to Build Magento URL for Admin Pages</title>
		<link>http://design-tips.com/web-design/magento/how-to-build-magento-url-for-admin-pages/</link>
		<comments>http://design-tips.com/web-design/magento/how-to-build-magento-url-for-admin-pages/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 02:26:48 +0000</pubDate>
		<dc:creator>denys</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento admin url]]></category>

		<guid isPermaLink="false">http://design-tips.com/?p=115</guid>
		<description><![CDATA[If you&#8217;re developing a custom module with some admin pages, most likely you&#8217;ll face a problem of creatig a URL for some admin area. In order to accomplish that adminhtml helper should be used. Here&#8217;s the example: &#60;?php echo Mage::helper(&#8216;adminhtml&#8217;)-&#62;getUrl(&#8216;adminmodule/controller/action&#8217;); ?&#62; In case you need to build a url for your controller but different action you can use wildcart instead of module and controller names, like this: &#60;?php echo Mage::helper(&#8216;adminhtml&#8217;)-&#62;getUrl(&#8216;*/*/action&#8217;); ?&#62;]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re developing a custom module with some admin pages, most likely you&#8217;ll face a problem of creatig a URL for some admin area.<br />
In order to accomplish that adminhtml helper should be used. Here&#8217;s the example:</p>
<p>&lt;?php echo Mage::helper(&#8216;adminhtml&#8217;)-&gt;getUrl(&#8216;adminmodule/controller/action&#8217;); ?&gt;</p>
<p><span id="more-115"></span></p>
<p>In case you need to build a url for your controller but different action you can use wildcart instead of module and controller names, like this:</p>
<p>&lt;?php echo Mage::helper(&#8216;adminhtml&#8217;)-&gt;getUrl(&#8216;*/*/action&#8217;); ?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://design-tips.com/web-design/magento/how-to-build-magento-url-for-admin-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
