Welcome Guest, Not a member yet? Register   Sign In
Unable to return array from function
#1

[eluser]Unknown[/eluser]
Hi,

I am new to codeigniter and a beginner in php so would appreciate your help with this basic problem:

I am unable to return an array from a function in a model to the controller. The code for calling the function is
Code:
$getdata=array();
$data['parent']=$this->MCats->getparent(12,$getdata);
The code the model uses to return the data is simply:
Code:
return $breadcrumb;
If I use print_r to display the $breadcumb array immediately prior to it being returned I get the result:
Quote:Array ( [0] => test [1] => games| [2] => fun| )

I'd be grateful for any advice to solve this problem.


Messages In This Thread
Unable to return array from function - by El Forum - 05-20-2009, 02:09 AM
Unable to return array from function - by El Forum - 05-20-2009, 02:41 AM
Unable to return array from function - by El Forum - 05-20-2009, 04:10 AM
Unable to return array from function - by El Forum - 05-24-2009, 07:35 AM
Unable to return array from function - by El Forum - 05-24-2009, 08:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB