예제 #1
0
파일: alert.php 프로젝트: RCMmedia/rubicon
 function __construct()
 {
     parent::__construct('div');
 }
예제 #2
0
파일: form.php 프로젝트: RCMmedia/rubicon
 function __construct()
 {
     parent::__construct();
     $this->id = 'nts_' . hc_random();
 }