PHP-Klasse::PDO_EXT 25.09.2007

Kurzbeschreibung: Generate XML from query results using PDO
Veröffentlicht am: 25.09.2007
Gruppe(n):
- Databases
- PHP 5
- XML
Beschreibung:
This package can be used to generate XML documents from database query results.
It provides one class that extends the PDO database access abstraction class to simplify the execution of SELECT, insert, UPDATE and DELETE queries.
There is also another class that can execute an SQL query and generate a XML from the query results.
Link: PDO_EXT