摘要:PHP-CI-Bootrap
這次我要刻UI 介面,使用的是Bootstrap
我沒有要介紹很多Bootstrap,只是想套用別人的Bootstrap,且如果在CI、PHP 程式裡,引用css位置或js位置
會將bootstrap資料人,放在與application 同層裡也就是專案目錄下/bootstrap跟專案目錄/application 同層
然後引用CSS使用,會在application/view/xxxx.php 裡
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap-theme.min.css">