Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->db = "`{$_SERVER['storagebase']}`.";
     $this->sklad = storages::$storages[$_SESSION[Auth::$lss][storagetype]][sklad];
     $this->maintable = "{$this->db}sk_{$this->sklad}_spr";
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'users__settings_types';
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'lanch';
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'operations';
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'moneyfororder';
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'workers';
 }
Exemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'masterplate';
 }
Exemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'conductors';
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'boards';
 }
Exemplo n.º 10
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'posintz';
 }
Exemplo n.º 11
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'phototemplates';
 }
Exemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     $this->maintable = 'move_in_production';
     $this->blocktype = 'dpp';
 }