Welcome Guest, Not a member yet? Register   Sign In
Controller without functions
#1

[eluser]Lacsap[/eluser]
Hello,
How can i build a controller without functions?

http://localhost/mysite/Test/12345-name

Code:
class Test extends Controller {
    function Test () {
        parent::Controller();
    }


    function index() {
        //...
        //here i want to use 12345-name    
    }
}

How can i solve this? CI is tryin to load 12345-name function.

Thanks


Messages In This Thread
Controller without functions - by El Forum - 10-13-2009, 06:51 AM
Controller without functions - by El Forum - 10-13-2009, 07:25 AM
Controller without functions - by El Forum - 10-13-2009, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB