Re: [fw-general] getting controllers into subdirectories

2007-02-04 Thread Matthew Weier O'Phinney
-- Patrick Veach <[EMAIL PROTECTED]> wrote (on Saturday, 03 February 2007, 07:41 PM -0600): > One problem I did run into, was that some of my controller actions have > an underscore, like this: > public function set_cookieAction() > Is there a work around or should I simply avoid doing this in fut

Re: [fw-general] getting controllers into subdirectories

2007-02-03 Thread Patrick Veach
Thanks all, Thank you for the help! I am now able to group controllers into directories. The rewrite router seems best for my circumstance. The problem was, I wasn't properly adding the Controller directories in coordination with the routes. This worked: $route = new Zend_Controller_Route

Re: [fw-general] getting controllers into subdirectories

2007-02-03 Thread Matthew Weier O'Phinney
-- Patrick Veach <[EMAIL PROTECTED]> wrote (on Friday, 02 February 2007, 10:33 PM -0600): > Greetings to Zend Framework team; > > Is there an example of getting the rewrite router to work with > controllers in subdirectories? > I have several controllers and I would like to group them into differ

Re: [fw-general] getting controllers into subdirectories

2007-02-03 Thread Nick Lo
Hi Patrick, You might be looking for something like this: http://framework.zend.com/wiki/display/ZFDOCDEV/5.6.+Using+a +Conventional+Modular+Directory+Structure Nick Greetings to Zend Framework team; Is there an example of getting the rewrite router to work with controllers in subdirecto

[fw-general] getting controllers into subdirectories

2007-02-02 Thread Patrick Veach
Greetings to Zend Framework team; Is there an example of getting the rewrite router to work with controllers in subdirectories? I have several controllers and I would like to group them into different functional areas and place them into subdirectories. I want the URL *' /testing/test/info' *