Re: admin routing

2008-12-06 Thread dravid
s.php config > file. > > If for example you wanted to have `/admin` be equivalent to `/admin/ > posts/latest/` then you would add this line: > > Router::connect('/admin/', array('controller' => 'posts', 'action' => > 'latest', '

admin routing

2008-12-05 Thread dravid
he finall summary: the problem is we are not able to view the admin actions by simply entering {URL to CAKE PHP}/admin/ Please help us to solve this issue in 'Route::connect()' so that we can implement the role based page access. Thanks in advance and looking forward for your reply. Wi