6-1
smarty 安裝說明
一、官網:http://www.smarty.net/
- 下載:https://github.com/smarty-php/smarty/releases
- Smarty3 手册
二、安裝
- 環境需求:Smarty的需要運行PHP5.2或更高版本的服務器。
- 將 libs (程式庫) 資料夾改名成 smarty,然後複製到網站根目錄 /class/smarty
- 將 demo 下的 configs、plugins、templates 三個資料夾複製到網站根目錄
- 建立二個資料夾 templates_c(編譯)、cache(暫存),權限設為 775,且放至網站根目錄外更好
- 將smarty.php、sqlConfig.php 複製到網站根目錄