ci-dom-template:基于Codeigniter DOM的模板库

时间:2024-05-18 08:38:51
【文件属性】:

文件名称:ci-dom-template:基于Codeigniter DOM的模板库

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-18 08:38:51

PHP

Codeigniter DOM模板库 基于Codeigniter DOM的模板库 使用此模板系统的3个步骤 您的模板文件./application/views/template/default.php <!DOCTYPE html> <html> <head> <title><?php echo content('title','Untitled') ; ?></title> </head> <body> <?php echo content('body', 'No Content') ; ?>


<?php echo content('footer', 'If footer block is not provided, this is the default footer text') ; ?> </body> </html> 您的视图文件./application/v


【文件预览】:
ci-dom-template-master
----index.php(10KB)
----LICENSE(1KB)
----application()
--------controllers()
--------views()
--------libraries()
--------helpers()
----.gitignore(136B)
----README.md(2KB)

网友评论