示例#1
0
文件: modal.php 项目: camigreen/ttop
 public function __construct()
 {
     parent::__construct();
 }
示例#2
0
文件: cart.php 项目: camigreen/ttop
 public function __construct()
 {
     parent::__construct();
     $this->app->path->register(dirname(__FILE__) . '/assets/', 'assets');
 }