smarty3

    0熱度

    2回答

    我正在使用html_select_date兩次形式的smarty函數。開始日期和結束日期。但是這個函數自己創建一個名字。我發現如何設置ID,就像month_id,但我不知道如何設置名稱。 {html_select_date START_YEAR = 1970 month_format = 「%B」 field_order = 「DMY」 field_array = 「日期」 前綴= 「」 day_

    1熱度

    2回答

    我有一個與Smarty 3.1.13的問題。 Smarty殺死我的會話。每次刷新我的頁面時,$ _SESSION數組都是空的。 當我評論行$smarty->display('index.tpl'),一切都OK。 任何想法?

    1熱度

    1回答

    如何在Zend Framework中配置Smarty 3? 我不知道要放什麼的application.ini和bootstrap.php中

    0熱度

    1回答

    我發現這個錯誤在我的網頁 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]

    0熱度

    1回答

    我有Smarty 3.1與我的網站JUST Index.php。 現在,我將如何添加並建立聯繫頁面? 1)製作contact.php並製作一個全新的模板? 2)讓它index.php?page = contact? 3)使contact.php並使用模板,並將變量傳遞給模板,使其顯示聯繫人的東西....?

    0熱度

    1回答

    在將變量分配給smarty對象之前,有沒有辦法從smarty(3)模板文件中獲取所有已使用的變量? 比如我有下面的模板文件: Hello {$user.firstname},<br /> You are active in the following groups:<br /> {foreach from=$user.groups item=group} - {$group.name

    0熱度

    1回答

    在我的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

    0熱度

    1回答

    偏移取決於屑I的量有任一: [trail] => Array ( [crumb] => Array ( [url] => /app/system [label] => System ) [trail] => Array ( [crumb] => Array (

    0熱度

    1回答

    我想在我的web框架中使用KnockoutJS,它使用普通的Smarty。 KnockoutJS語法的某些部分以<!-- ko foreach: array -->的形式使用註釋。 Smarty刪除所有HTML註釋(IE條件除外),包括這些。 我可以刪除Smarty中負責的preg_replace行,但我寧願有解決方案,我不必更改第三方代碼。 有什麼辦法可以跳過Smarty中剝離的評論嗎?

    0熱度

    3回答

    我很難在smarty中設置一個默認var值來包含花括號,我試圖做以下沒有運氣。 <input type="hidden" id="orders" value="{$orders|default:'{}'}"> 也試過ldelim和rdelim沒有運氣。 <input type="hidden" id="orders" value="{$orders|default:'{ldelim}{rdel