Re: Subdomains and Zend Framework
Ah, and you even say so in the documentation:
The standard rewrite router should provide most functionality
you may need; most often, you will only need to create a new
route type in order to provide new or modified functionality
over the provided routes.
Thanks for the clarification, Martel.
-Matt
On Fri, May 9, 2008 11:43 am, MichaÅ Minicki wrote:
> Matthew Ratzloff wrote:
>
>> Or have one installation, rewrite all URLs to index.php, and extend your
>> own router and route (I believe) from Zend_Controller_Router_Rewrite and
>> Zend_Controller_Router_Route. That would be the cleanest way.
>
> It's sufficient to create a new route class.