[eluser]jsuissa[/eluser]
Hi,
So I'm able to get name/values with a foreach loop from $data['resume'] shown below.
However I can't figure out how to access a single value from this row_array provided I already know the name associated with the value (i.e. name: vanity_name value: ABC)
Is it possible to get this value without using a foreach loop?
Code:
$data['resume'] = $this->resume_model->get_resume_profile($id);
Thanks in advance for any help!
Justin