diff --git a/system/cliprz/cliprz.php b/system/cliprz/cliprz.php index ebaa1eb..9dad245 100644 --- a/system/cliprz/cliprz.php +++ b/system/cliprz/cliprz.php @@ -300,7 +300,18 @@ public static function system ($class) { return self::initialize ($class,'system'); } - + /** + * Get Short sys object + * + * @param string $class Object name + * + * @access public + * @static + */ + public static function sys ($class) + { + return self::system ($class); + } /** * Get model object * @@ -384,4 +395,4 @@ public static function constants () * @location ./system/cliprz/cliprz.php */ -?> \ No newline at end of file +?>