Welcome Guest, Not a member yet? Register   Sign In
url and defualt function in controller
#2

[eluser]Pedro Luz[/eluser]
Code:
class Base extends CI_Controller {

    function __construct()
    {
        parent::__construct();
    }
    
    function index($value)
    {
        echo $value;
    }
}

http://domain.com/base/5


Messages In This Thread
url and defualt function in controller - by El Forum - 02-02-2011, 05:31 AM
url and defualt function in controller - by El Forum - 02-02-2011, 09:34 AM
url and defualt function in controller - by El Forum - 02-02-2011, 09:57 AM
url and defualt function in controller - by El Forum - 02-02-2011, 12:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB