0
I have a little problem here, I have a job to do and I need to integrate the codeigniter with couchdb, I found a library on github, I followed the installation tutorial and everything, but still it insists on not working, I think it is because it was developed for an older version of codeigniter, and since I am using version 3.0.2 I don’t know how to make it work, even if the libraries are included localhost returns me the following error "Unable to load the requested class: Couchdb". Someone has already solved this problem?
How is the file name of this class?
– rray
the file that should load the library is couchdb.php
– Aminadabe dos Santos da Silva
Rename the file to
Couchdb.php
with theC
capital.– rray
Thank you very much, thank you really, resouvel my problem.
– Aminadabe dos Santos da Silva
In CI3 changed the rule of loading of the classes look here http://answall.com/q/85673/91
– rray
Thank you so much rray, it worked, thank you really, solved my problem. note 10.
– Aminadabe dos Santos da Silva