Welcome Guest, Not a member yet? Register   Sign In
Using MongoDB with CodeIgniter
#11

[eluser]Calvin Froedge[/eluser]
Alex Bilbie's library is pretty powerful = )

I'd grab it

http://bitbucket.org/alexbilbie/codeigni...y/overview
#12

[eluser]sweetD[/eluser]
I'm trying to configure Alex Bilbie’s library with MongoHQ has anyone done this. IT's driving me nuts Sad

below is the url I got, but it dosen't seem to work with the credentials I've also tried with just mongodb://staff.mongohq.com

Code:
mongodb://user:[email protected]:10086/db_name

I've also now auto loaded both the library file and config and still nothing Sad

Amen finally figured this out 3:00am :/

The following default is false, in the Mongo_db.php library setting this to true adds your DB after port with the forward slash.
Code:
$config['host_db_flag'] = TRUE;




Theme © iAndrew 2016 - Forum software by © MyBB