colinmollenhour / mongodb-php-odm

A simple but powerful set of wrappers for using MongoDb in PHP (also a Kohana 3 module)
BSD 3-Clause "New" or "Revised" License
208 stars 50 forks source link

Loading of Kohana config needs to be updated to work #19

Closed stefan-h-singer closed 12 years ago

stefan-h-singer commented 13 years ago

in database.php, change like 100 to: $config = Kohana::$config->load('mongo')->$name;

colinmollenhour commented 12 years ago

This was changed Oct 25