示例#1
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('blueprints');
 }
示例#2
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('items');
 }
示例#3
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('craftings');
 }
示例#4
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('register');
 }
示例#5
0
 /**
  * Set the template.
  */
 public function __construct()
 {
     parent::__construct('admin');
 }
示例#6
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('index');
 }
示例#7
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('materials');
 }
示例#8
0
 /**
  * Set the used template.
  */
 function __construct()
 {
     parent::__construct('login');
 }
示例#9
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('techniques');
 }
示例#10
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('characters');
 }
示例#11
0
 /**
  * Set the used template.
  */
 function __construct()
 {
     parent::__construct('lostPassword');
 }
示例#12
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('options');
     $this->user = \SmartWork\User::getUserById($_SESSION['userId']);
 }