SmartFAQ 由 SmartFactory (https://www.smartfactory.ca),InBox Solutions (https://www.inboxsolutions.net) 的一个部门开发

智密模板引擎是什么?
智密模板引擎是底层技术,允许沃克斯开发者创建类似于标准HTML的页面布局。这使得非PHP设计师能够创建美观的布局,而无需学习PHP 智密标签。在沃克斯中使用智密代码的标签是将语句包围在 <{ 和 }> 之间。最常用的智密代码是
<{$variable_name}>
用于在PHP文件中插入分配给智密的变量
<{foreach item=item_name_in_loop from=$array_containing_data}>
    <{
$item_name_in_loop.name_of_index}>
<{/foreach}>
用于遍历数组值。 变量分配 变量在PHP文件中以这种方式分配
$xoopsTpl->assign('variable_name'$variable_value);
用于将值分配给变量(对应于PHP语句 $variable_name = $variable_value)或
$xoopsTpl->append('array_name'$variable_value);
用于向数组中添加一个值(对应于PHP语句 $array_name[] = $variable_value)。关于智密还有更多信息可以在 smarty.php.net 上找到


评论权归作者所有。我们不对其内容负责。


Login

Who's Online

275 user(s) are online (21 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 275


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

You can 'bump' an unanswered question to the top of the forum.

Random question

How do I display headlines without the published date in the summary of the news section?

I have searched the site manually and can't find an answer so if this is somewhere I've not found, I'm sorry.