Welcome Guest, Not a member yet? Register   Sign In
Passing more than one variable in a template view??
#11

[eluser]CroNiX[/eluser]
/gallery/index?

The error says line 4, which seems to be around where you are loading your image_crud library. A stepping debugger would be very handy for troubleshooting this.
#12

[eluser]Skoobi[/eluser]
Ill give it a try. Thanks for your help...

#13

[eluser]Skoobi[/eluser]
Sorted Smile

Code:
function _example_output($output = null)
    {
        $this->data['gallery'] = $output->output;
        $this->data['subview'] = "admin/gallery/index";
        $this->load->view('admin/_layout_main', $this->data);
    }





Theme © iAndrew 2016 - Forum software by © MyBB