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

PHPMaster.com: Autoloading in PHP and the PSR-0 Standard

Tizag.com: PHP HTML Form Example

FuzzyOpinions Blog: Tutorial: improving security with a PHP Captcha

Symfony Blog: Symfony and Doctrine 2

Developer.com: Build Multi-lingual Websites With the Zend Framework


Community Events











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


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

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