Welcome Guest, Not a member yet? Register   Sign In
Undefined variable: getproductdetail and Invalid argument supplied for foreach()
#3

[eluser]freshigniter[/eluser]
[quote author="InsiteFX" date="1335520738"]
Code:
function products()
{
    $product_id = $this->uri->segment(3, 0);

    $this->load->model('Product_model');
    $data['getproductdetail']=$this->Product_model->get_productdetail($product_id);
    $this->load->view('detail/product', $data);
}


[/quote]
i tried the above code
same problem exists...


Messages In This Thread
Undefined variable: getproductdetail and Invalid argument supplied for foreach() - by El Forum - 04-27-2012, 03:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB