首页
tfphp
tfhtml
查询
登录
注册
在 Smarty 模板中使用 define 定义的常量
发表于 2019-09-30 11:18:35
阅读
32
次
PHP代码:
<?php define('ABC', "this is abc");
Html代码:
<% $smarty.const.ABC %>
PHP
Smarty
鬼谷子叔叔
跟福哥学编程吧~~
日志
212
浏览
1626
相关日志
Java的FreeMarker模板引擎的几种模板加载方式【20210418】
阅读 270
Visual Studio安装笔记【20210125】
阅读 57
Android开发APP实现分享功能
阅读 94
process_linux.go:297: copying bootstrap data to pipe caused \&quot;write init-p: broken pipe\&quot;
阅读 106
做个java框架(9)——使用RedisTemplate操作Redis数据库【20210111】
阅读 124
软件安装教程模板V2.0
阅读 48
遍历 Map 对象的四种方法
阅读 43
【Linux】GlusterFS学习笔记
阅读 63
SpringBoot创建第一个项目IDEA版【20211118】
阅读 45
Maven编译报错Java heap space的解决办法【20211126】
阅读 153