10/10/2018, 11:33
hỏi về zend framwork !
Ví dụ : em có một tấm hình ở publicimageanner.jpg em muốn cho tấm hình này ra trình duyệt (../views/script/index/index.phtml) thì phải làm thế nào các pro ?
application
| |-- Bootstrap.php
| |-- configs
| | `-- application.ini
| |-- controllers
| |-- IndexController.php
| |-- models
| `-- views
| |-- scripts
| |-- index
| | -- index.phtml
public
|-- image
|--banner.jpg
application
| |-- Bootstrap.php
| |-- configs
| | `-- application.ini
| |-- controllers
| |-- IndexController.php
| |-- models
| `-- views
| |-- scripts
| |-- index
| | -- index.phtml
public
|-- image
|--banner.jpg
Bài liên quan
<img src="<?php echo $this->baseUrl('/public/image/banner.jpg');?>" />
??????????????
Theo ý cá nhân sau 2 năm sử dụng Zend, nếu có gì sai sót mong các bạn bỏ qua.