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