コード例 #1
0
ファイル: FISAutoPack.class.php プロジェクト: yaoboqin/fis3
 public static function addHashTable($strId, $smarty)
 {
     $staticInfo = FISResource::getStaticInfo($strId, $smarty);
     if ($staticInfo['hash']) {
         self::addStatic($staticInfo['hash']);
     }
 }