CodeIgniter的一個簡單的view頁面


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<link href='<?=base_url().'css/button.css'?>' rel="stylesheet" type="text/css">
<div class="buttonContainer">
<a class="button large blue" href="gearman">Gearman</a>
<a class="button large blue"  href="tuxedo">Tuxedo</a>
</div>

</html>


主要注意的是herf的值只需要填寫相對路徑即可

<a class="button large blue" href="gearman">Gearman</a>


這個鏈接最終訪問到的是http://localhost/index.php/gearman


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章