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

PHPit.net: Create your own HTML widgets with PHP

SmashinGeeks.com: Display the Number of Retweets for a Post Using PHP

DevShed: The Basics of Using the Factory Pattern in PHP 5

Abhinav Singh's Blog: MySQL Query Cache, WP-Cache, APC, Memcache - What to choose

Unravel the Music Blog: Partial-page caching with Memcached and PHP in 3 easy steps


Community Events











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


zendframework2 code unittest database podcast community introduction functional testing example api opinion framework language series release interview phpunit composer development

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