<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 02:56:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Simon Jones' Blog: Admin sub-modules in Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/14654</guid>
      <link>http://www.phpdeveloper.org/news/14654</link>
      <description><![CDATA[<p>
<i>Simon Jones</i> has pot together <a href="http://www.simonrjones.net/2010/06/admin-sub-modules-in-zf/">a new post</a> for the Zend Framework users out there wanting to add sub-modules to their application.
</p>
<blockquote>
I quite frequently find myself wanting some form of sub-modules, usually in admin systems where one "admin" module just doesn't cut it for larger sites. Without modules we're stuck with an AdminController.php  which obviously gets very messy, very quickly. With modules, we can have an "admin" module with as many controllers as we wish. This is fine, until a site needs to manage lots of discrete elements.
</blockquote>
<p>
His solution was a bit of a "hijack" of the boostrap resource for the "admin" requests that would allow him to dynamically add modules thanks to some simple mapping. You can download <a href="http://www.simonrjones.net/code/Adminmodules.zip">his example here</a>.
</p>]]></description>
      <pubDate>Tue, 15 Jun 2010 13:47:07 -0500</pubDate>
    </item>
  </channel>
</rss>
