Controller的部分
public function __construct()
{
parent::__construct();
$this->load->library('myclass'); //自定函數
$this->load->helper('url');
}
View的部分
架構
\application
\system
\index.php
\images\101.jpg
方法一
<img src="<?=base_url();?>images/101.jpg">
方法二
<img src="/images/101.jpg"> //但要移除首頁 index.php
沒有留言:
張貼留言