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

(This post was last modified: 02-12-2022, 11:30 PM by ikesela.)

there is no route for /wpis , existing route is /wpis/{num}

alternatively can add this for default route:

$routes->get('wpis', 'FRONT/Blog::wpis');

change function to:

public function wpis($id = 0) // for default route
Reply


Messages In This Thread
RE: another routing problem :) please help - by ikesela - 02-12-2022, 11:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB