mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
first commit
This commit is contained in:
12
core/init/db.php
Executable file
12
core/init/db.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Инициализация подключей ко всем БД и подключение моделей
|
||||
*
|
||||
* @author Zmi
|
||||
*/
|
||||
|
||||
|
||||
require_once BASEPATH . 'lib/Db/Db.php';
|
||||
new Db();
|
||||
?>
|
||||
Reference in New Issue
Block a user