我在我的codeigniter應用程序和PHil Sturgeon的模板庫中使用了模塊,我試圖瞭解當我查看模板的源代碼時發生了這種情況。它添加到字符串用戶,這是模塊的名稱。將模塊名稱添加到模板url
http://mysite.me/index.php/user/assets/globals/bootstrap/css/bootstrap.min.css
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<title><?php echo $template['title']; ?></title>
<!-- Meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- Bootstrap -->
<link href="<?php base_url() ?>assets/globals/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
-application
-themes
-mytheme
-views
-layouts
usermanagement_view.php
「config.php」中設置爲「base_url」和「index_page」的設置是什麼? –