Example #1
0
 public function run()
 {
     if ($url = $this->url) {
         $this->data = model_http_curl_get($url);
     }
 }
Example #2
0
 public function run()
 {
     if ($this->url) {
         $this->result = model_http_curl_get($this->url);
     }
 }