Matthew, the regular methodology is to have www.site.com/Name , and this domain will go searching for NameController. What if i want www.site.com/Detachfile to be just a normal domain hierachy, whereby the Detachfile directory/file doesnt go searching for DetachfileController and vomit me error?
Matthew Weier O wrote: > > -- xagrez <[EMAIL PROTECTED]> wrote > (on Friday, 23 February 2007, 07:39 AM -0800): >> i would like to detach some directories from zend's MVC framework so that >> it >> operates as a traditional php page. >> >> Is that posssible? > > Could you give a better description of what you're trying to accomplish? > I'm not at all sure what you want to do based on the sentence above -- > do you want to dispatch to individual scripts instead of classes? what > do you mean by "detach some directories"? > > -- > Matthew Weier O'Phinney > PHP Developer | [EMAIL PROTECTED] > Zend - The PHP Company | http://www.zend.com/ > > -- View this message in context: http://www.nabble.com/detaching-certain-directories-from-the-framework-tf3279484s16154.html#a9121863 Sent from the Zend Framework mailing list archive at Nabble.com.
