Welcome Guest, Not a member yet? Register   Sign In
Blank URI parameters
#1

Hello... likely a noob question...

Can someone tell me why blank params don't in the URI?

Call works:
Code:
https://domain.com/admin/dbmembers/detail/blah/254


Call doesn't work:
Code:
https://domain.com/admin/dbmembers/detail//254


Admin.php Controller snippet:

PHP Code:
public function dbmembers($action null$subaction null$id null)
 
 {
 
   data['theID'] = $id;
 
 )

Reply


Messages In This Thread
Blank URI parameters - by dbrooke - 03-15-2017, 11:45 AM
RE: Blank URI parameters - by dbrooke - 03-15-2017, 12:09 PM
RE: Blank URI parameters - by dbrooke - 03-16-2017, 08:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB