コード例 #1
0
ファイル: update.php プロジェクト: rrsc/beansbooks
 public function __construct($data = NULL)
 {
     parent::__construct($data);
     $this->_data = $data;
 }
コード例 #2
0
ファイル: list.php プロジェクト: rrsc/beansbooks
 public function __construct($data = NULL)
 {
     parent::__construct($data);
 }