<?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>Comments on: Best way to make Admin pages in MVC?</title>
	<atom:link href="http://www.phpframeworks.com/news/p/1207/best-way-to-make-admin-pages-in-mvc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpframeworks.com/news/p/1207/best-way-to-make-admin-pages-in-mvc</link>
	<description>We compare all kinds of PHP frameworks and help you choose the right php framework for your project.</description>
	<lastBuildDate>Tue, 13 Dec 2011 05:16:59 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.phpframeworks.com/news/p/1207/best-way-to-make-admin-pages-in-mvc/comment-page-1#comment-316</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 25 Nov 2009 20:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://stackoverflow.com/questions/1703514/best-way-to-make-admin-pages-in-mvc#comment-316</guid>
		<description>I create a MY_Controller library for global methods and then extend that with a Frontend class and Backend class. I load my authentication library in MY_Controller. I&#039;m sure someone has other ideas on how it should be done but this way all my new controllers can be added with ease, and easily configured to allow/deny access to controllers/actions.</description>
		<content:encoded><![CDATA[<p>I create a MY_Controller library for global methods and then extend that with a Frontend class and Backend class. I load my authentication library in MY_Controller. I&#8217;m sure someone has other ideas on how it should be done but this way all my new controllers can be added with ease, and easily configured to allow/deny access to controllers/actions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

