Welcome Guest, Not a member yet? Register   Sign In
display db data from to tables on one page
#5

[eluser]Flemming[/eluser]
I think you need to close your constructor like this:
Code:
function permalink()
    {
        parent::Controller();
        
        $this->load->database();
        $this->load->helper(array('form', 'url', 'date'));
    }

and then start your next function, rather than containing everything within the constructor?


Messages In This Thread
display db data from to tables on one page - by El Forum - 09-10-2008, 09:47 PM
display db data from to tables on one page - by El Forum - 09-11-2008, 12:27 PM
display db data from to tables on one page - by El Forum - 09-11-2008, 12:40 PM
display db data from to tables on one page - by El Forum - 09-11-2008, 11:01 PM
display db data from to tables on one page - by El Forum - 09-12-2008, 06:50 AM
display db data from to tables on one page - by El Forum - 09-12-2008, 06:15 PM
display db data from to tables on one page - by El Forum - 09-13-2008, 02:38 AM
display db data from to tables on one page - by El Forum - 09-13-2008, 12:55 PM
display db data from to tables on one page - by El Forum - 09-13-2008, 02:10 PM
display db data from to tables on one page - by El Forum - 09-13-2008, 08:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB