Merge branch 'master' into noglob
This commit is contained in:
commit
7d35a8f3f0
27 changed files with 430 additions and 288 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue