public function __construct()
 {
     parent::__construct(getcwd() . "/app/views/viewlayout_common_variables.php");
 }
示例#2
0
 public function __construct()
 {
     parent::__construct(getcwd() . "/app/views/viewlayout.php");
 }