Merge branch 'master' into noglob

This commit is contained in:
origami11@yandex.ru 2022-11-18 16:07:32 +03:00
commit 7d35a8f3f0
27 changed files with 430 additions and 288 deletions

View file

@ -6,7 +6,6 @@ use ctiso\Registry,
class Factory
{
static $shortcut = "model";
public $db;
public $config;
@ -19,7 +18,7 @@ class Factory
/**
* Создает модель
* @param string $name
* @return model
* @return Model
*/
public function getModel ($name)
{