예제 #1
0
 function Jobtypes()
 {
     parent::__construct();
 }
예제 #2
0
 function Countries()
 {
     parent::__construct();
 }
예제 #3
0
 function Productprices()
 {
     parent::__construct();
 }
예제 #4
0
 function Adminfields()
 {
     parent::__construct();
 }
예제 #5
0
파일: tag.php 프로젝트: vuong93st/w-game
 function Tags()
 {
     parent::__construct();
 }
예제 #6
0
파일: market.php 프로젝트: vuong93st/w-game
 function Markets()
 {
     parent::__construct();
 }
예제 #7
0
 function Requests()
 {
     parent::__construct();
 }
예제 #8
0
 function Membergroups()
 {
     parent::__construct();
 }
예제 #9
0
 function Expotypes()
 {
     parent::__construct();
 }
예제 #10
0
 function Friendlinks()
 {
     parent::__construct();
 }
예제 #11
0
 function Promotions()
 {
     parent::__construct();
 }
예제 #12
0
파일: space.php 프로젝트: vuong93st/w-game
 function Spaces()
 {
     parent::__construct();
 }
예제 #13
0
 function Productcategories()
 {
     parent::__construct();
 }
예제 #14
0
 function Standards()
 {
     parent::__construct();
 }
예제 #15
0
파일: area.php 프로젝트: renduples/alibtob
 function Areas()
 {
     parent::__construct();
 }
예제 #16
0
 function PromotionCustomers()
 {
     parent::__construct();
 }
예제 #17
0
파일: help.php 프로젝트: renduples/alibtob
 function Helps()
 {
     parent::__construct();
 }
예제 #18
0
 function Adzones()
 {
     parent::__construct();
 }
예제 #19
0
 function Companies()
 {
     parent::__construct();
     $this->validate['name']['message'] = L("please_input_companyname");
     $this->validate['description']['message'] = L("please_input_companydesc");
 }
예제 #20
0
 function Mgame_outs()
 {
     parent::__construct();
 }
예제 #21
0
 function Settings()
 {
     $class_name = $this->name;
     $this->Setting =& new $class_name();
     parent::__construct();
 }
예제 #22
0
파일: brand.php 프로젝트: vuong93st/w-game
 function Brands()
 {
     parent::__construct();
 }
예제 #23
0
 function Keywords()
 {
     parent::__construct();
 }
예제 #24
0
 function Newstypes()
 {
     parent::__construct();
 }
예제 #25
0
파일: dict.php 프로젝트: vuong93st/w-game
 function Dicts()
 {
     parent::__construct();
 }
예제 #26
0
 function Tradetypes()
 {
     parent::__construct();
 }
예제 #27
0
 function __construct()
 {
     parent::__construct();
 }
예제 #28
0
 function Memberfields()
 {
     parent::__construct();
 }
예제 #29
0
 function Payments()
 {
     parent::__construct();
     require APP_ROOT . 'libraries' . DS . 'tinhvan\\http.php';
     require APP_ROOT . 'libraries' . DS . 'tinhvan\\nhhttp.php';
 }
예제 #30
0
파일: nav.php 프로젝트: vuong93st/w-game
 function Navs()
 {
     parent::__construct();
 }