Search code examples
phpmysqlxquerynativexmlsedna

How to deal with Sedna via PHP


I have experienced for several years working on PHP with mySQL database ..

But now I have a home work to working on Sedna Native XML Database as DBMS with PHP, I went to Sedna hompage and download Sedna and try to working on it via commmand line, all this went on very nice way ..

I download PHP Driver, but I don't know what I can do with it, also I didn't find any documention on Sedna website or on internet that explain how to deal with Sedna via PHP !!

I want to know how I can deal with Sedna via PHP, like how I was deal with mySQL via PHP ..

Thanx in advance .. Louay


Solution

  • Sedna PHP API package includes complete documentation. See doc/php-api.pdf file. It describes how to install API on Windows/Linux and describes each available method. Package also contains various examples (examples folder).

    If you have some specific problem, please provide details.