Is it possible to use Zend Dom Query without Zend Framework?
If yes: Where to download Zend Dom Query and how to use it without Zend Framework?
You can pull out the separate ZF files using some package managers like this one, which will tell what files do you need and will compress them for you. Zend_Dom_Query requires only
Anyhow, it's available for download. If there is an urgent need - there are lot of other tools like this one not only for ZF.
The classes in Zend are not meant to be used standalone - is there a reason you cannot have the whole of ZF available but only use Zend_Dom_Query?
Failing that you can get the folder
/library/Dom/
And take it out of the ZF folder, you'll then need to look for any depenancies, having a quick look you will also need:
/library/Exception/Exception.php
Give that a go, let us know how it goes....
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With