Welcome Guest, Not a member yet? Register   Sign In
another routing problem :) please help
#6

for testin I do:
public function wpis($id=0)


and add in Routes
$routes->get('/wpis', 'FRONT\Blog:wpis');
$routes->get('/wpis/(:num)', 'FRONT\Blog::wpis/$1');

now, in url when I go in:
https://url/wpis

i get:
ErrorException
Undefined array key 1
SYSTEMPATH/Router/Router.php at line 430

strange things

below stil not works
$routes->get('/wpis/(:num)', 'FRONT\Blog::wpis/$1');
Reply


Messages In This Thread
RE: another routing problem :) please help - by Kordianz - 02-13-2022, 04:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB