Welcome Guest, Not a member yet? Register   Sign In
errror Result()
#2

[eluser]Michael Wales[/eluser]
Please show us your Controller - this appears to be a View and a Model.

This code will only work if your Controller reads something like:

Code:
$this->data->query = $this->myModel->GetGallerySpot();
$this->load->view('spot_side', $this->data);

Note: I am naming the variable being passed to the View query.


Messages In This Thread
errror Result() - by El Forum - 10-22-2007, 01:24 PM
errror Result() - by El Forum - 10-22-2007, 01:27 PM
errror Result() - by El Forum - 10-22-2007, 01:30 PM
errror Result() - by El Forum - 10-22-2007, 01:44 PM
errror Result() - by El Forum - 10-22-2007, 01:52 PM
errror Result() - by El Forum - 10-22-2007, 03:39 PM
errror Result() - by El Forum - 10-22-2007, 04:16 PM
errror Result() - by El Forum - 10-22-2007, 06:55 PM
errror Result() - by El Forum - 10-22-2007, 07:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB