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