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

Just out of curiosity, what happens if you change (:num) to (:any), and move the new route between the lines:

Code:
$routes->add('korisnik/promjenaPodataka', 'Pers/UserProfil::promjenaPodatakaPotvrdi');
$routes->add('korisnik/admin/urediFeed/(:any)', 'Pers/UserAdministracija::urediFeed/$1');
$routes->add('korisnik/admin/noviFeed_Obrada', 'Pers/UserAdministracija::noviFeed_Obrada');
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