-- Greg Donald <[EMAIL PROTECTED]> wrote (on Thursday, 24 April 2008, 02:13 PM -0500): > Are there any plans to make Zend_Uri aware of Zend_Controller_Router* ? > > Being able to do something like > > Zend_Uri::factory( 'controller' => 'foo', 'action' => 'bar' ); > > _might_ be useful.
Each route has its own assemble() method that allows you to do something similar to that already. There are also url() action and view helpers that facilitate this. > Otherwise Zend_Uri seems fairly useless. Any serious web developer > already has a good URL validation regex lying around. Enough with the imflammatory remarks, please. Zend_Uri is used internally in a number of components both for URI construction and destruction, as well as for validation. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
