首页 >

织梦DedeCMS模板织梦DedeCMS新建php页面支持读取模板标签

在使用织梦DedeCMS建站时,想自己建立几个php页面,并且还想让其支持标签。该怎么做呢?
新建一个 ceshi.php 文件(此文件名根据自己需要创建),在此文件中添加如下代码:
require_once (dirname(__FILE__) . “/include/common.inc.php”);
require_once DEDEINC.”/arc.partview.class.php”;
$pv = new PartView();
$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . “/” .”default/ceshi.htm”);
$pv->Display();
设置好模板,显示就可以了。
如果想让里面自己写php代码 也可以这样

Execute('me',$sql);while($arr = $dsql->GetArray('me')){echo $arr['id'].$arr['title']."
";}?>

SetTemplet($cfg_basedir . $cfg_templets_dir . "/" ."default/ceshi.htm");$pv->Display();?>

织梦DedeCMS模板织梦DedeCMS新建php页面支持读取模板标签


sql语句自己随便写就可以了。他会把查询的信息和模板的信息都显示出来
以上就是本文章的内容,希望对大伙有所帮助

织梦DedeCMS模板织梦DedeCMS新建php页面支持读取模板标签
  • 织梦DedeCMS去掉列表推荐文档的粗体字效果的修改方法
  • 织梦DedeCMS去掉列表推荐文档的粗体字效果的修改方法 | 织梦DedeCMS去掉列表推荐文档的粗体字效果的修改方法 ...

    织梦DedeCMS模板织梦DedeCMS新建php页面支持读取模板标签
  • 织梦DedeCMS万能标签{dede:php}{dede:sql}调用方法
  • 织梦DedeCMS万能标签{dede:php}{dede:sql}调用方法 | 织梦DedeCMS万能标签{dede:php}{dede:sql}调用方法 ...

    织梦DedeCMS模板织梦DedeCMS新建php页面支持读取模板标签
  • 织梦DedeCMS:[field:info /][field:description /]文章摘要字数的设置方法
  • 织梦DedeCMS:[field:info /][field:description /]文章摘要字数的设置方法 | 织梦DedeCMS:[field:info /][field:description /]文章摘要字数的设置方法 ...