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

[eluser]MMCCQQ[/eluser]
function View()
{

if ($base = $this->TS->View())
{
$data['title'] = "View you Spot";
$main['query'] = $base;
$side['images'] = $this->TS->GetGallerySpot();
$data['side'] = $this->load->view('side_spot',$side, true);
$data['main'] = $this->load->view('spot/spot_view', $main, true);

$this->load->view('main_template', $data);


}
i call GetGallerySpot() in $side['images']


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