mongodb使用问题

浏览:3462 发布日期:2012/11/02 分类:求助交流
config.php:'DB_CONFIG_MONGO'=>'mongodb://localhost:27017/test'TestModelclass TestModel extends MongoModel {
    protected $connection = 'DB_CONFIG_MONGO';
}
Action$Model = new MongoModel("Test");
$Model->field("title")->limit(8)->select();
都是按照文档来的。可是老出错
错误信息:Call to undefined method DbMysql::switchCollection()
请问是哪里错了?
最佳答案
评论( 相关
后面还有条评论,点击查看>>