Welcome Guest, Not a member yet? Register   Sign In
page not loading when passing additional parameter in url
#10

[eluser]slowgary[/eluser]
So when you visit:
Code:
http://localhost/ci/mdtutors/index.php/teacher/tutor_details/1
You get your default controller, which is mdtutors?
Code:
//mdtutors controller
class Mdtutors extends Controller
{
}

//system/application/config/routes.php
$route['default_controller'] = "Mdtutors";

Is that what you have?


Messages In This Thread
page not loading when passing additional parameter in url - by El Forum - 09-05-2010, 02:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB