Welcome Guest, Not a member yet? Register   Sign In
custom Class
#3

[eluser]hugle[/eluser]
Hello
when i use: class domain {

and:
Code:
function index()
    {
        $this->load->library('domain');
        echo 'a';
    }
While accessing the controller I get blank screen.

If I rename class domain to: class MY_domain
while accessing the controller I get 'a' as expected.

Any other thoughts?


Messages In This Thread
custom Class - by El Forum - 11-25-2008, 01:39 PM
custom Class - by El Forum - 11-25-2008, 02:17 PM
custom Class - by El Forum - 11-25-2008, 06:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB