Oracle OCI8 support for CI 4 |
HI again!
im having troubles with package/procedures executions when i got OUT variables in my package i dont know how to retrieve the returning OUT variable value. Can someone gide me a bit? im foing this: Code: function addSection($parent_section, $sec_code, $sec_long){ and that "print_r()" give me this array: Code: CodeIgniter\Database\OCI8\Result Object ( [connID] => Resource id #12 [resultID] => Resource id #13 [resultArray] => Array ( ) [resultObject] => Array ( ) [customResultObject] => Array ( ) [currentRow] => 0 [numRows:protected] => [rowData] => ) thks in advance! |
Welcome Guest, Not a member yet? Register Sign In |