예제 #1
0
파일: fw.php 프로젝트: txgruppi/fw
 public static function hasFlash($key)
 {
     FW::sessionStart();
     return isset($_SESSION['FW_FLASH']) && isset($_SESSION['FW_FLASH'][$key]);
 }