コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_common();
     $this->_header();
     $this->_footer();
     /** 导入类库 **/
     import("@.Model.Home.PositionModel");
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     import("@.Util.Position");
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->uploadSet = M('upload_set');
 }