Example #1
0
 public static function __import__()
 {
     self::$BASE_PATH = Rhaco::def("core.Template@path", Rhaco::path("templates"));
     self::$BASE_URL = Rhaco::def("core.Template@url", Rhaco::url("templates"));
     self::$CACHE = Rhaco::def("core.Template@cache", false);
     self::$CACHE_TIME = Rhaco::def("core.Template@time", 86400);
 }