mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Расширен функционал Yii2 QueryBuilder: теперь функционал ORDER BY FIELD встроен внутрь билдера
This commit is contained in:
12
common/db/mysql/Schema.php
Normal file
12
common/db/mysql/Schema.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace common\db\mysql;
|
||||
|
||||
use yii\db\mysql\Schema as MysqlSchema;
|
||||
|
||||
class Schema extends MysqlSchema {
|
||||
|
||||
public function createQueryBuilder() {
|
||||
return new QueryBuilder($this->db);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user