Welcome Guest, Not a member yet? Register   Sign In
Layout Library Question
#2

[eluser]axle_foley00[/eluser]
Here's an example:

Code:
class Sample extends Controller
{
    function __construct()
    {
        parent::Controller();
        $this->load->library('layout', 'layout_main');
    }

    function index()
    {
        $data['page_title'] = 'View Shopping Cart';

        // Load data view into layout with extra data
        $this->layout->view('/shop/view_cart', $data);
    }
}

Hope that helps.


Messages In This Thread
Layout Library Question - by El Forum - 07-27-2007, 11:32 PM
Layout Library Question - by El Forum - 07-28-2007, 01:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB