No newline at end of file #0

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@106 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
aterekhov
2009-10-25 21:39:16 +00:00
parent c7c1c95f49
commit 4d493cc579
19 changed files with 65 additions and 65 deletions

View File

@ -1,12 +1,12 @@
<?php
/**
*
*
* @copyright NetMonsters <team@netmonsters.ru>
* @link
*
* @copyright NetMonsters <team@netmonsters.ru>
* @link
* @package Majestic
* @subpackage Load
* @since
* @since
* @version SVN: $Id$
* @filesource $URL$
*/
@ -21,7 +21,7 @@ class Load
if (isset(self::$models[$model_name])) {
return self::$models[$model_name];
}
$class_name = $model_name.MODEL_POSTFIX;
return self::$models[$model_name] = new $class_name;
}
@ -42,4 +42,4 @@ class Load
return self::$router ? self::$router : self::$router = new Router;
}
}
?>
?>