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

首頁 > CMS > 帝國Empire > 正文

帝國CMS顯示“Hello,world”程序編寫例子_帝國Cms教程

2024-08-30 19:09:03
字體:
供稿:網(wǎng)友
顯示“Hello,world”程序編寫例子
程序代碼編寫
存放目錄格式:
插件程序存放目錄用:/e/extend/helloworld/
插件程序模板存放目錄用:/e/extend/helloworld/template/
所需程序文件:
/e/extend/helloworld/index.php主程序文件
/e/extend/helloworld/template/index.temp.php主程序模板文件

程序目錄模板目錄
主程序文件內(nèi)容(/e/extend/helloworld/index.php):
<?php
require('../../class/connect.php'); //引入數(shù)據(jù)庫配置文件和公共函數(shù)文件
require('../../class/db_sql.php'); //引入數(shù)據(jù)庫操作文件
$link=db_connect(); //連接MYSQL
$empire=new mysqlquery(); //聲明數(shù)據(jù)庫操作類
$editor=1; //聲明目錄層次

$context='Hello, World!'; //定義顯示內(nèi)容
require('template/index.temp.php'); //導入模板文件

db_close(); //關(guān)閉MYSQL鏈接
$empire=null; //注消操作類變量
?>


主程序模板文件內(nèi)容(/e/extend/helloworld/template/index.temp.php):
<?php
if(!defined('InEmpireCMS'))
{
       exit();
}
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>顯示<?=$context?>例子</title>
</head>
<body>
<br>
<br>
<br>
<table width="500" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">
 <tr>
   <td height="25"><strong>顯示內(nèi)容為如下:</strong></td>
 </tr>
 <tr>
   <td height="60" bgcolor="#FFFFFF"> <div align="center"><strong><font color="#FF0000" size="5"><?=$context?></font></strong></div></td>
 </tr>
</table>
</body>
</html>
說明:模板可用Dreamweaver可視化制作。其中藍色部分代碼為不允許直接訪問模板文件的作用。
訪問Hello World插件文件主程序:/e/extend/helloworld/index.php


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 望谟县| 越西县| 清流县| 克东县| 叶城县| 密云县| 那曲县| 弋阳县| 红桥区| 都昌县| 横峰县| 崇明县| 孝义市| 安乡县| 昌邑市| 广灵县| 江源县| 时尚| 岱山县| 克山县| 沾化县| 娄烦县| 永福县| 秦皇岛市| 洛隆县| 农安县| 周口市| 思茅市| 托克逊县| 肃北| 三亚市| 玉溪市| 壤塘县| 湟源县| 沙河市| 增城市| 阿克| 望谟县| 黔江区| 阿克陶县| 汉阴县|