コード例 #1
0
ファイル: flash.php プロジェクト: nerdsrescueme/Nerd-CMS
    public static function __initialize()
    {
        static::$alert = <<<ALERT

<div class="alert alert-block alert-%s">
\t<button type="button" class="close" data-dismiss="alert">×</button>
\t<strong>%s</strong> %s
</div>

ALERT;
    }
コード例 #2
0
ファイル: Alert.php プロジェクト: tresemece/monte
 public static function procesar($data)
 {
     static::$alert = $data;
     static::setting_cache();
 }