コード例 #1
0
ファイル: protector.class.php プロジェクト: keymanky/sites
 public function __construct($post)
 {
     parent::__constructor($post);
     $this->_formIsTrue();
     $this->regex();
 }