Zuzu Softman
Zuzu Softman

Reputation: 498

mongoQB for Codeigniter Implementation

Since I am already implementing the old version of mongodb from alexbilbie, but the current mongoDB driver newer than 1.3 for php is not compatible anymore except I am migrating to alexbilbie’s new library called mongoQB, anyone has experience with that or could give a sample procedure to integrate this mongoQB to codeigniter? I am scratching my head currently…

I know I could also use a native implementation of mongoDB to php but I have already made many models based on alexbilbie’s old version and it would be better for me to change syntax names than to rewriting all the models

Upvotes: 0

Views: 130

Answers (1)

sp3tsnaz
sp3tsnaz

Reputation: 506

I have forked mongoqb and modified it a bit to integrate it with codeigniter. You can find the library here mongoci

Upvotes: 1

Related Questions