PHP Database Access Through Arrays

PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays.
Download

PHP Database Access Through Arrays Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Martin Alterisio
  • Publisher web site:
  • http://www.phpclasses.org/browse/package/4001.html

PHP Database Access Through Arrays Tags


PHP Database Access Through Arrays Description

PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays. PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays. It uses SPL to implement several classes and iterators interfaces to access MySQL databases. Examples: $DB[] = array( 'name' => 'first', 'value' => 'the first row' ); foreach ($DB as $i => $row) { ... } $DB = '1st'; unset($DB);Requirements:· PHP 5.1What's New in This Release:· This release changes how array offsets are mapped to the conditions of selecting a row (for possible security problems).· If available, a unique field is used, and access using the pk is provided using the special property ->byXXXX.· Abstraction of SQL data types and inboxing of these values into objects with constraints checking.· Disabling of inboxing of SQL data types is available through property ->withoutInboxing.· A new exceptions hierarchy (allows more fine-grained catching of exceptions).


PHP Database Access Through Arrays Related Software