1。解压后将libs目录放到php的include_path所在地方。或者在程序中
设置常量路径
2。每个应用程序建立templates,templates_c,configs目录。或者用smarty来指定相关目录,注意templates_c必须让web服务器用户具有写的权限。
最好chmod 700 templates_c,如果使用了Smarty内建的cache,可以建立一个
cache目录,权限设置同templates_c.
设置常量路径
2。每个应用程序建立templates,templates_c,configs目录。或者用smarty来指定相关目录,注意templates_c必须让web服务器用户具有写的权限。
最好chmod 700 templates_c,如果使用了Smarty内建的cache,可以建立一个
cache目录,权限设置同templates_c.

浙公网安备 33010602011771号