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