Welcome Guest, Not a member yet? Register   Sign In
execute procedure
#1

[eluser]Unknown[/eluser]
this my function
---------------------------
function getValuesForm()
{

$data['Code'] = 'daw';
$data['Name'] = 'dedi a wadi';

return $data;
}

and i have procedure (name_insert) witch param from getValuesForm()

how to execute that procedure
#2

[eluser]BD-CI-Programmer[/eluser]
I am not clear about your problem...
#3

[eluser]KeyStroke[/eluser]
Your problem isn't clear to me either.

Are you calling getValuesForm() from name_insert()? are those two functions in the same controller? what do you want the code to do exactly?




Theme © iAndrew 2016 - Forum software by © MyBB