Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->flash = Session::get('form_errors');
     $this->data = new stdClass();
     $this->data->name = "";
     $this->data->description = "";
 }
Example #2
0
 /**
  * Construct
  */
 public function __construct()
 {
     parent::__construct();
     $this->flash = Session::get('form_errors');
     // empty default user object to pass to the adduser view
     $this->data = new stdClass();
     $this->data->email = "";
     $this->data->username = "";
 }
Example #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }