示例#1
0
文件: js.php 项目: NatWeiss/JankyPHP
 static function getHeader()
 {
     return parent::getHeader(self::$toGlom, self::$fname, ini::get('dir-temp') . self::$fname . '.hash');
 }
示例#2
0
文件: css.php 项目: NatWeiss/JankyPHP
 static function getHeader($fname = 'c.css')
 {
     return parent::getHeader(self::$includes, $fname, ini::get('dir-temp') . 'css.hash');
 }