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