我正在开发一个项目,该项目将 HMVC 结构用于我的 codeigniter 项目,并使用资产和模板库来处理不同的资产、模板和主题。它来自 PyroCMS 的库。截至目前,我正在硬编码我的价值观。
我的文件结构和 PyroCMS 的文件结构之间确实存在一些差异,因为它们的系统文件夹中有一个文件夹,用于存放所有应用程序文件。
Asset::add_path('theme', APPPATH . 'themes/mythem/assets/');
Asset::set_path('theme');
当我为我正在使用的当前主题的页面回显资产时,它显示为
http://dev.mysite.com/application/themes/mytheme/assets/css/bootstrap/bootstrap.css
application/
themes/
mytheme/
assets/
css/
whatever.css
assets/
cache/
system/
public_html/
index.php