[fw-general] Can I combine these routes?

2009-03-24 Thread needsomehelp
Hi all, I'm defining these routes all of these routes in config.ini and wondering if there is a way to combine them. routes.students.route = "students/:link" routes.students.defaults.controller = "students" routes.students.defaults.action = "article" routes.teachers.route = "teachers/:link" rout

Re: [fw-general] Need some MVC structure suggestions

2008-03-31 Thread needsomehelp
Yes - I am somewhat familiar with the router. Any way to use something like the router without the user/ prefix though? Thanks again! SiCo007 wrote: > > > Have a read about the router in the manual. > > http://framework.zend.com/manual/en/zend.controller.router.html#zend.controller.router.us