コード例 #1
0
ファイル: Action.php プロジェクト: reekoheek/php-fw
	function pre() {
		parent::pre();
		$this->validate();
		$this->populate();
	}