php - Anybody knows how to use Zend_db component with oci8 in Zend framework? -


I am going to use the Zend Framework to access data from an Oracle database. Before I created the database to interact with the frame (outside the framework), they have all the procedural and function calls in the database (no selection statement), I have to force the variable and then have to execute them. I'm looking to use the Zanded DD component to reach the OC8 adapter. Nobody knows how to do it or I can talk to a tutorial, which will be helpful.

Thanks

The Oracle tutorial from a quick Google search and Oracle shows that How to bind the variable and execute the stored procedures. Maybe they have what you need them


Comments