예제 #1
0
 function mdl_saasdata()
 {
     $this->key = SAAS_NATIVE_KEY;
     $this->url = SAAS_API_URL;
     $this->city_url = SAAS_CITY_API_URL;
     parent::modelFactory();
 }
예제 #2
0
 function mdl_saas()
 {
     $this->key = SAAS_NATIVE_KEY;
     $this->url = SAAS_API_URL;
     parent::modelFactory();
 }