コード例 #1
0
ファイル: Crawlerfilter.php プロジェクト: engel/yase
 public function post()
 {
     if (isset($_SESSION['account_id'])) {
         $this->iAccountID = $_SESSION['account_id'];
         parent::post();
     }
 }