Welcome Guest, Not a member yet? Register   Sign In
Selecting category details and products linked with the same category.
#4

[eluser]Isern Palaus[/eluser]
Try:

Code:
foreach($fleets as $row)
{
     $cid = $row->category_id;
     $listefleets[] = $this->Fleets_model->list_fleets($cid);
}

$this->data["listefleets"] = $listefleets;


Messages In This Thread
Selecting category details and products linked with the same category. - by El Forum - 02-04-2011, 05:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB