Welcome Guest, Not a member yet? Register   Sign In
extracting query information from the controller
#3

[eluser]imzyos[/eluser]
Code:
function page() {
    $page_id = $this->uri->segment(3);
  
    $page_query = $this->load->model('Page_model');
    $page_row = $page_query->row();
    echo $page_row->page_title;

    $data['page_query'] = $page_query;



    $this->load->view('main/generic', $data);
}


Messages In This Thread
extracting query information from the controller - by El Forum - 12-28-2007, 10:28 AM
extracting query information from the controller - by El Forum - 12-28-2007, 10:35 AM
extracting query information from the controller - by El Forum - 12-28-2007, 02:25 PM
extracting query information from the controller - by El Forum - 12-28-2007, 07:10 PM
extracting query information from the controller - by El Forum - 12-28-2007, 09:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB