You don't need the extra folder, this is solvable by simple routing.
Put your "GroupNewsController" in /controllers/
group_news_controller.php
And add this line in /config/routes.php:
Router::connect('/group/news/:action/*', array('controller' =>
'group_news'));
Hope that helps!
On Mar 1, 5:20 pm, "[email protected]"
<[email protected]> wrote:
> Hello,
>
> is it possible to create something like this:www.domain.com/group/news/list
>
> with a path of this: /controllers/group/news_controller.php
>
> and the fitting view?
>
> thx ;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---