2012/05/24

URLヘルパ


app/config/autoload.php
Auto-load Helperに設定
$autoload['helper'] = array('url');
※各コントローラで指定するなら、
$this->load->helper('url');
css絶対パスで指定(view内)
<link rel="stylesheet" href="<?=base_url()?>css/init.css" type="text/css" />

参考)
URL ヘルパ : CodeIgniter ユーザガイド 日本語版http://codeigniter.jp/user_guide_ja/helpers/url_helper.html
ヘルパ関数 : CodeIgniter ユーザガイド 日本語版http://codeigniter.jp/user_guide_ja/general/helpers.html




0 件のコメント: