Пример #1
0
 function __construct()
 {
     parent::__construct($this->registry);
     $this->_curdir = $this->registry["post"]["did"];
     $this->_muser = new Model_User();
     $this->_mfile = new Model_File();
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     if (isset($_GET['qqfafile'])) {
         $this->file = new Model_FASave();
     } else {
         $this->file = false;
     }
     $this->abspDir = $this->registry['path']['root'] . "/" . $this->registry['path']['upload'];
     $this->abs_thumbDir = $this->registry['path']['root'] . "/" . $this->registry['path']['upload'] . "_thumb/";
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->dashboard = new Model_Dashboard();
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
     $this->contacts = new Model_Contacts();
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->muser = new Model_User();
 }