コード例 #1
0
ファイル: View.php プロジェクト: procivam/hochu-bilet-v3
 public static function widget($array, $tpl)
 {
     return View::show_tpl($array, 'Parts/Widgets/' . $tpl . '.php');
 }