コード例 #1
0
ファイル: testAction.php プロジェクト: billge1205/biny
 public function action_form()
 {
     $form = $this->getForm('test');
     TXLogger::info($form->values());
     TXLogger::info($form->check());
     TXLogger::info($form->getError());
     return $this->error();
 }
コード例 #2
0
ファイル: mainAction.php プロジェクト: billge1205/biny
 /**
  * @param $event
  * @param array $param
  */
 public function testEvent2($event, $param = array())
 {
     TXLogger::info("tigger in afterAction" . $event);
 }
コード例 #3
0
ファイル: testEvent.php プロジェクト: billge1205/biny
 public function another($event, $params = array())
 {
     TXLogger::info("tigger in anther" . $event);
     TXLogger::info($params);
 }