Welcome Guest, Not a member yet? Register   Sign In
Routes problem
#9

This is wrong:

PHP Code:
$routes->add('korisnik/admin/urediFeed/(:any)''Pers/UserAdministracija::urediFeed/$1'); 

Should be:

PHP Code:
$routes->add('korisnik/admin/urediFeed/(:any)''Pers\UserAdministracija::urediFeed/$1'); 

Namespaces use a back slash not a forward slash.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Routes problem - by Didytz - 06-14-2020, 07:09 AM
RE: Routes problem - by dave friend - 06-14-2020, 08:41 AM
RE: Routes problem - by Didytz - 06-14-2020, 10:09 AM
RE: Routes problem - by burgoyn1 - 06-14-2020, 11:46 AM
RE: Routes problem - by Didytz - 06-14-2020, 12:47 PM
RE: Routes problem - by InsiteFX - 06-15-2020, 02:55 AM
RE: Routes problem - by Didytz - 06-15-2020, 06:37 AM
RE: Routes problem - by Didytz - 06-17-2020, 03:18 PM
RE: Routes problem - by InsiteFX - 06-18-2020, 07:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB