Zend Framework and Couch DB

2019-05-27 04:17发布

问题:

Does Zend Framework has native Couch DB support? I found only Zend_Couch by Matthew Weier O'Phinney.

  • http://framework.zend.com/wiki/display/ZFPROP/Zend_Couch+-+Matthew+Weier+O'Phinney

Thank you.

回答1:

Not yet. The proposal is Ready for Review, so it likely end up in ZF sooner or later.
You can either wait or use PHPillow



回答2:

Nope, but there are a few libraries available out there already. I personally like http://www.saggingcouch.com because it's simple and light weight (disclaimer: I developed it, so feedback is welcome).