我發現這個錯誤在我的網頁 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected]
在將變量分配給smarty對象之前,有沒有辦法從smarty(3)模板文件中獲取所有已使用的變量? 比如我有下面的模板文件: Hello {$user.firstname},<br />
You are active in the following groups:<br />
{foreach from=$user.groups item=group}
- {$group.name
在我的PHP文件中使用 $smarty->config_load('en.conf');
我得到以下幾點: Notice: function call 'config_load' is unknown or deprecated. in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\ex\libs\sysp