Welcome Guest, Not a member yet? Register   Sign In
Bug in routes with path in controller
#10

You both need to add the namespaces.

PHP Code:
$routes->get('/movie/test/(:any)''MovieController::test/$1', ['namespace' => 'Dashboard']);

$routes->group('usergroups', ['filter' => 'ajax'], ['namespace' => 'Backend'], function($routes){
        $routes->add('(:num)/edit''Users::editGroup/$1', ['as' => 'edit_group']);
}); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Bug in routes with path in controller - by acy29 - 11-22-2019, 05:44 AM
RE: Bug in routes with path in controller - by InsiteFX - 05-13-2021, 12:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB