Hi all,
we are building a subscription site and like some of the joomla
commercial components for managing the subscription but need to build
some complicated music and video pages which are perfect for Cake.
After looking at some of the joomla/ cake solutions (Jake etc), I'm
leaning towards the
I have define('CAKE_ADMIN', 'admin'); defined in the core.php file.
When I add function admin_index() in my comments controller and
navigate to /comments/admin I get the Missing Method in
CommentsController error when I should receive the missing view error.
I have used admin routing before withou