CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: seven minus five?
(Example: nine)

The Note You're Voting On

Anonymous
22 years ago
Also for those who are trying to move off oracle, pg_fetch_all returns an array with rows and columns inverted in the sense of ocifetchall. You would need to transpose this result array before your code takes the first index a column name and the second index a row index.

<< Back to user notes page

To Top