-
Notifications
You must be signed in to change notification settings - Fork 28
before start
ichikaway edited this page Sep 13, 2010
·
3 revisions
you need to install Pecl Mongo.
http://pecl.php.net/package/mongo
If you have some problems, please see follow URL.It’s good information for you.
http://www.mongodb.org/display/DOCS/Installing+the+PHP+Driver
class DATABASE_CONFIG { var $default = array( 'datasource' => 'mongodb', 'host' => 'localhost', 'login' => '', 'password' => '', 'database' => 'blog', 'port' => 27017, 'prefix' => '', ); }
some sample code in repository.
It needs to set some properties in each mode. Please see sample post model.