Welcome Guest, Not a member yet? Register   Sign In
Help with object values
#1

[eluser]Rubiz'[/eluser]
Hi! I had never worked with PHP with Arrays and Objects, I'm a little bit "lost" in values and how to get them. So, I have:

Code:
function name ()
{
  $data['name'] = 'Rubia';
  $data['last_name'] = 'Gardini';

  $this->registrate($data);
}

In the function "registrate", how can I get this values?


Messages In This Thread
Help with object values - by El Forum - 01-25-2008, 02:05 PM
Help with object values - by El Forum - 01-25-2008, 04:02 PM
Help with object values - by El Forum - 01-25-2008, 04:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB