Welcome Guest, Not a member yet? Register   Sign In
How to use parameter in redirect function
#2

PHP Code:
$routes->get('Student/ViewStudentProfile/(:any)' 'backend/Student_Controller::ViewStudentProfile');

// should be like this see the last with the namespace. \ not /
$routes->get('Student/ViewStudentProfile/(:any)' 'backend\Student_Controller::ViewStudentProfile'); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to use parameter in redirect function - by InsiteFX - 02-12-2021, 09:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB