示例#1
0
 function _init()
 {
     parent::_init();
     $this->member = new Member();
     $this->type = text($_REQUEST['type']);
     $this->assign('type', $this->type);
 }
示例#2
0
 function _init()
 {
     parent::_init();
 }