MongodbDriver
Configuaration
'db' => [
'db_driver' => 'mongodb',
'db_host' => 'localhost',
'db_port' => 3306,
'db_username' => 'root',
'db_password' => '',
'db_database' => 'cms.vn',
'db_charset' => 'utf8mb4',
'db_collate' => 'utf8mb4_unicode_ci',
],__construct()
__construct()<?php
public function __construct($config) {
$this->config = $config;
$this->connect();
}query()
query()insert()
insert()update()
update()delete()
delete()lastInsertId()
lastInsertId()count()
count()fetchAll()
fetchAll()fetchPagination()
fetchPagination()fetchRow()
fetchRow()Last updated
Was this helpful?