06-29-2012, 01:22 AM
[eluser]InsiteFX[/eluser]
uri->segments()
segment 1 segment 2 etc;
controller/method
I would also check your ./application/config/routes.php file you may need to make changes in there also.
uri->segments()
segment 1 segment 2 etc;
controller/method
Code:
$config[‘base_url’] = “http://aapkapaper.com/demo/Baxobeat/”;
Code:
$page_name = $this->uri->segment(2);
$controller_name = $this->uri->segment(1);
I would also check your ./application/config/routes.php file you may need to make changes in there also.