国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

php簡單smarty、入門程序實例

2019-11-02 14:29:42
字體:
來源:轉載
供稿:網友

 首先要有3個文件夾configs、templates、templates_c,在configs文件夾中有一個配置文件:test.conf,代碼:

1 2 3 4 title = Welcome to Smarty! cutoff_size = 40 [setup] bold = true

templates中有模板文件:test.htm:

1 2 3 4 5 6 7 8 <html> <head> <title>Smarty Test</title> </head> <body> <H1>Hello, {$Name}</H1> </body> </html>

php文件代碼:

1 2 3 4 5 6 <?php require 'libs/Smarty.class.php'; //包含Smarty類庫文件 $smarty = new Smarty; //創建一個新的Smarty對象 $smarty->assign("Name","Simon"); //對模版中的變量賦值 $smarty->display('test.htm'); //顯示頁面 ?>

運行后顯示的頁面代碼:

1 2 3 4 5 6 7 8 <html> <head> <title>Smarty Test</title> </head> <body> <H1>Hello, Simon</H1> </body> <
51人人看電影網[www.aikan.tv/special/51renrenkandianyingwang/]
;/html>

運行之后,還在templates_c文件夾中生成一個php文件:

1 2 3 4 5 6 7 8 9 10 11 12 13 <?php /* Smarty version 2.6.22, created on 2009-03-19 13:20:00 compiled from test.htm */ ?> <html> <head> <title>Smarty Test</title> </head> <body> <H1>Hello, <?php echo $this->_tpl_vars['Name']; ?> </H1> </body> </html>

這個文件就是瀏覽所顯示出來的效果。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 德格县| 红原县| 马龙县| 新泰市| 安仁县| 公主岭市| 东丽区| 广宁县| 崇义县| 颍上县| 天门市| 黄石市| 泰和县| 南宫市| 柏乡县| 沙洋县| 和顺县| 蕲春县| 萨迦县| 成安县| 晋江市| 阿拉善左旗| 鄂州市| 普格县| 安图县| 公安县| 南康市| 桃源县| 资兴市| 新巴尔虎左旗| 中方县| 汝阳县| 文山县| 邻水| 浦城县| 舒兰市| 黑龙江省| 湟中县| 余干县| 阜南县| 集安市|