Welcome Guest, Not a member yet? Register   Sign In
Code Igniter: Access array elements from controller
#2

[eluser]sv3tli0[/eluser]
You may set something as..

Code:
public function getOneValue( & $data = array() ){
}
....
and you must call the function before next tasks..
Code:
$data = array();
$this->getOneValue($data);
$holdID = $data['oneResult']['contact_id'];
$holdLoc = $data['oneResult']['location'];


Messages In This Thread
Code Igniter: Access array elements from controller - by El Forum - 07-28-2013, 07:11 PM
Code Igniter: Access array elements from controller - by El Forum - 07-29-2013, 12:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB