test mongo
This commit is contained in:
@@ -16,4 +16,7 @@ class Home extends BaseController
|
||||
echo "hello world, from home controller";
|
||||
phpinfo();
|
||||
}
|
||||
public function mongoDbTest(){
|
||||
$client = new \MongoDB("mongodb://chiefsoft:may12002@10.0.0.32:27017/","mongoClient");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user