当前位置: 首页 > 站长资讯 > 正文页面

帝国CMS教程:显示“Hello,world”程序编写例子

显示“Hello,world”程序编写例子fe8网站目录_网站网址收录与提交入口

程序代码编写fe8网站目录_网站网址收录与提交入口

存放目录格式:fe8网站目录_网站网址收录与提交入口

插件程序存放目录用: /e/extend/helloworld/fe8网站目录_网站网址收录与提交入口

插件程序模板存放目录用: /e/extend/helloworld/template/fe8网站目录_网站网址收录与提交入口

所需程序文件:fe8网站目录_网站网址收录与提交入口

/e/extend/helloworld/index.php 主程序文件fe8网站目录_网站网址收录与提交入口

/e/extend/helloworld/template/index.temp.php 主程序模板文件fe8网站目录_网站网址收录与提交入口

程序目录 模板目录fe8网站目录_网站网址收录与提交入口


fe8网站目录_网站网址收录与提交入口

主程序文件内容(/e/extend/helloworld/index.php):fe8网站目录_网站网址收录与提交入口

<?phpfe8网站目录_网站网址收录与提交入口

require('../../class/connect.php'); //引入数据库配置文件和公共函数文件fe8网站目录_网站网址收录与提交入口

require('../../class/db_sql.php'); //引入数据库操作文件fe8网站目录_网站网址收录与提交入口

$link=db_connect(); //连接MYSQLfe8网站目录_网站网址收录与提交入口

$empire=new mysqlquery(); //声明数据库操作类fe8网站目录_网站网址收录与提交入口

$editor=1; //声明目录层次fe8网站目录_网站网址收录与提交入口

$context='Hello, World!'; //定义显示内容fe8网站目录_网站网址收录与提交入口

require('template/index.temp.php'); //导入模板文件fe8网站目录_网站网址收录与提交入口

db_close(); //关闭MYSQL链接fe8网站目录_网站网址收录与提交入口

$empire=null; //注消操作类变量fe8网站目录_网站网址收录与提交入口

?>fe8网站目录_网站网址收录与提交入口

主程序模板文件内容(/e/extend/helloworld/template/index.temp.php):fe8网站目录_网站网址收录与提交入口

<?phpfe8网站目录_网站网址收录与提交入口

if(!defined('InEmpireCMS'))fe8网站目录_网站网址收录与提交入口

{fe8网站目录_网站网址收录与提交入口

exit();fe8网站目录_网站网址收录与提交入口

}fe8网站目录_网站网址收录与提交入口

?>fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

显示<?=$context?>例子</?=$context?>fe8网站目录_网站网址收录与提交入口

 fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口


fe8网站目录_网站网址收录与提交入口


fe8网站目录_网站网址收录与提交入口


fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

显示内容为如下:

fe8网站目录_网站网址收录与提交入口

 fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

 fe8网站目录_网站网址收录与提交入口

 fe8网站目录_网站网址收录与提交入口

 fe8网站目录_网站网址收录与提交入口

 fe8网站目录_网站网址收录与提交入口

说明:模板可用Dreamweaver可视化制作。其中蓝色部分代码为不允许直接访问模板文件的作用。fe8网站目录_网站网址收录与提交入口

访问Hello World插件文件主程序:/e/extend/helloworld/index.phpfe8网站目录_网站网址收录与提交入口


fe8网站目录_网站网址收录与提交入口

 fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

fe8网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章