I was some problems to execute an oracle stored procedure in ZF2 with out params.
The following is an example, how finally I implemented the solution.
Procedure
1 2 3 4 5 6 7 |
)
'1' ;
/ |
Call from ZF2 Model
1 2 3 4 5 6 7 8 9 10 11 12 | =
=
=
,
);
);
|
Finally I got this:
1 2 |
'1'
|