News Feed
Jobs Feed
Sections




News Archive
Maggie Nelson's Blog:
How to (and how not to) pass an array from PHP to the database
July 16, 2007 @ 11:13:00

In a new post today, Maggie Nelson starts with the wrong way to do something - passing an array from PHP to a database - and works backward to make it all right.

It would be really useful to have an easy way to pass arrays as bound parameters to queries or procedures from PHP. This would be especially useful if you're letting Oracle handle most of your data manipulating (as you should).

She includes an example of how she's like it to work. Sadly, it doesn't but there are some ways that a developer could get close. Here's her process:

  • No queries in loops, please!
  • In the ideal world...
  • Put all your DML in stored procedures.
  • str2tbl
  • The list_pkg package
  • list_pkg in your procedure
  • list_pkg in your PHP
  • Leveraging list_pkg

The list_pkg is based around this article from AskTom.

0 comments voice your opinion now!
array bind query parameter listpkg stored procedure array bind query parameter listpkg stored procedure


blog comments powered by Disqus

Similar Posts

PHP-Coding-Practices.com: Composing Methods: Replace Temp With Query

Rafael Dohms' Blog: Using theFacebook PHP-SDK to run FQL

Christopher Jones' Blog: When a few seconds are important: improving PHP Oracle connection speed

Jeremy Cook's Blog: Implementing the ArrayAccess Interface

Philip Olson's Blog: 20 possible reasons why PHP function names and parameters are weird


Community Events











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


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

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