Proposal for "DB_eXist"

» Metadata » Status
» Description

DB_eXist provides drivers to access the native XML database eXist (www.exist-db.org).

I think the best way to present the package is the little webpage:
DB_eXist

You have the DB_eXist class which represents a factory of drivers.
You can do something like this to get all collections from the database:


<?php

$exist = DB_eXist::getInstance('driver');
$exit->connect('user','pass');
print_r($exist->getCollections());
?>

??????? xjapan.org ????XXX?????????????????????????????
» Dependencies » Links
  • >= PHP 5.0.0
  • ext/soap
» Timeline » Changelog
  • First Draft: 2005-09-26
  • Proposal: 2006-03-28
  • Call for Votes: 2006-05-14
  • Voting Extended: 2006-05-22
  • Benjamin Muskalla
    [2006-05-14 20:43 UTC]

    • Added removeCollection()
    • Added removeDocument()
    • Added createCollection()
    • Added xupdate()
    • Added xupdateResource()
    • Added getBinaryResource()
    • Added getCollectionDesc()
    • Added setPermissions()
  • Thies C. Arntzen
    [2023-10-31 17:12 UTC]

  • Thies C. Arntzen
    [2023-10-31 17:14 UTC]

  • Thies C. Arntzen
    [2023-11-27 15:30 UTC]

  • Thies C. Arntzen
    [2023-12-12 12:16 UTC]

  • Thies C. Arntzen
    [2023-12-12 12:17 UTC]