need dynamic function name in controller |
Hi,
www.domain.com/cars/hyundai/grandi10 In this one cars is a controller and remaining parameter is dynamic.so how to write a controller for this..
PHP Code: class Cars extends CI_Controller Read this for more info: http://www.codeigniter.com/userguide3/ge...ur-methods
This may also be useful:
http://www.codeigniter.com/user_guide/ge...thod-calls PHP Code: public function _remap($method, $params = array()) |
Welcome Guest, Not a member yet? Register Sign In |