07-27-2007, 11:32 PM
[eluser]psylence[/eluser]
I found this Lib in the wiki HERE.
But anyway,
I wanna know how exactly to set up the controller file mentioned in that Wiki Page.
Ive read about controllers in the user-guide, but will admit to being a bit of a slow learner.
incase you dont wanna click the link...here's a quote from the wiki:
I found this Lib in the wiki HERE.
But anyway,
I wanna know how exactly to set up the controller file mentioned in that Wiki Page.
Ive read about controllers in the user-guide, but will admit to being a bit of a slow learner.
incase you dont wanna click the link...here's a quote from the wiki:
Quote:In Your Controller:
Place this in the Controllers Constructor:
$this->load->library('layout', 'layout_main');
Place this in the Controllers Methods:
$this->layout->view('/shop/view_cart', $data);