예제 #1
0
파일: thread.php 프로젝트: OldMo/DaoGou
 public function run()
 {
     if ($url = $this->url) {
         $this->data = model_http_curl_get($url);
     }
 }
예제 #2
0
파일: test.php 프로젝트: canwonson/web
 public function run()
 {
     if ($this->url) {
         $this->result = model_http_curl_get($this->url);
     }
 }