News Feed
Jobs Feed
Sections




News Archive
EasyTech Blog:
Executing PL/SQL code in Zend Framework
October 29, 2008 @ 11:15:17

On the EasyTech blog, there's a recent post for Zend Framework developers out there working with the Oracle database showing how to execute PL/SQL code from your Zend_Db queries.

Calling PL/SQL code from PHP can be tricky sometimes, specially when the PL/SQL procedure has input and output parameters. In this posting I will show you how to call a procedure from the PHP using Zend Framework. I will assume you have some experience using Zend Framework, specially the Database module (Zend_db).

He walks through the creation of a simple PL/SQL stored procedure and how to prepare your query to get results out of it (Zend_Db_Statement_Oracle and an execute call). There's a few stipulations you'll need to follow - named parameters, reserving space for the output and using references for output variables.

0 comments voice your opinion now!
plsql oracle tutorial zendframework stored procedure


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Zend Framework 101: Zend_Soap

PHPBuilder.com: Securing Data Sent Via GET Requests

Learn.IIS.net: Build a High-Performance PHP Stack with Windows IIS and Zend Server

Zend Developer Zone: Zend Framework 1.0.0 RC1 released

Klaus Graefensteiner's Blog: Two ways to test for prime numbers in PHP: Sieve and File


Community Events











Don't see your event here?
Let us know!


framework release introduction language example phpunit unittest tool code conference functional application testing interview podcast series opinion zendframework2 development community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework