Example #1
0
 /**
  * Construct class
  *
  * @return void
  * @access public
  */
 function __construct()
 {
     $this->Configure = Configure::return_data();
     $this->Database = new Database();
     $this->Request = new Request();
     $this->Session = new Session();
     $this->TarTable = new TarTable();
     $this->Packages = App::return_packages();
     $this->check_salt();
 }