Hi All,
I'm developing a site with default controllers that has the same name as
some of the modules. This is done because I need to have links such as
the following:
www.domain.com/clients/index
www.domain.com/clients/subscribe
www.domain.com/clients/jobs/index
I know I can just create an index controller and a subscribe controller
as part of the clients module but it would be neater if I was able to
create a clients controller as part of the default module that then just
has actions for index and subscribe and then create the jobs controller
as part of the clients module. Is it possible to configure the framework
to work this way?
Many thanks,
Charles