Update CDN_HOWTO.md
This commit is contained in:
parent
75d4dfc18e
commit
6c54104977
|
@ -40,7 +40,7 @@ ReasonableFramework v1.6.1 기준 https://github.com/gnh1201/reasonableframework
|
||||||
|
|
||||||
```
|
```
|
||||||
$data = array(
|
$data = array(
|
||||||
"imageurl" => get_cdn_url("/picture.jpg");
|
"imageurl" => get_cdn_link("/picture.jpg");
|
||||||
);
|
);
|
||||||
renderView("view_cdntest", $data);
|
renderView("view_cdntest", $data);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user