init
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -99,6 +99,7 @@ class Work extends CI_Controller | ... | @@ -99,6 +99,7 @@ class Work extends CI_Controller |
| 99 | $result = file_get_contents($url, false, $context); | 99 | $result = file_get_contents($url, false, $context); |
| 100 | $json = json_decode($result); | 100 | $json = json_decode($result); |
| 101 | $ret = $json->data; | 101 | $ret = $json->data; |
| 102 | var_dump($ret);exit; | ||
| 102 | $data = array( | 103 | $data = array( |
| 103 | 'detail'=>$ret | 104 | 'detail'=>$ret |
| 104 | ); | 105 | ); | ... | ... |
-
Please register or sign in to post a comment