Example #1
0
 public function __construct()
 {
     parent::__construct();
     $Form = new Form();
     $Form->Method = 'get';
     $Form->InputPrefix = '';
     $this->Form = $Form;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $Form = Gdn::Factory('Form');
     $Form->Method = 'get';
     $Form->InputPrefix = '';
     $this->Form = $Form;
 }
Example #3
0
 public function __construct()
 {
     $this->User = FALSE;
     $this->_TabView = 'Activity';
     $this->_TabController = 'ProfileController';
     $this->_TabApplication = 'Garden';
     $this->_CurrentTab = 'Activity';
     $this->_ProfileTabs = array();
     parent::__construct();
 }