destoon模板存放调取方法

  2020-05-18    阅读:1039
 一、模板存放及调用规则     

模板存放于系统 template 目录,template 目录下的一个目录
例如 template/default/ 即为一套模板

模板文件以 .htm 为扩展名,可直接存放于模板目录
例如 template/default/index.htm
也可以存放于模板目录的子目录里
例如 template/default/member/index.htm

在PHP文件里,使用模板语法为:     

<?php include template('index');?>

  或者:

<?php include template('index', 'member');?>

  如果当前默认模板套系为default,则:

   

<?php include template('header');?>

  表示使用 template/default/header.htm 模板文件

  

<?php include template('header', 'member');?>

  表示使用 template/default/member/header.htm 模板文件

     模板目录下在 these.name.php 是模板别名的配置文件,模板别名可以在后台模板管理修改。

     模板解析后的缓存文件保存于cache/tpl/目录,扩展名为 .tpl.php

免责声明:
本站部份内容系网友自发上传与转载,不代表本网赞同其观点;
如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!

相关Destoon技术

(c)2012-2023 www.qiyeyunshang.com All Rights Reserved.
慧一科技destoon模板   辽ICP备2021002520号-1
  QQ咨询

购买模板 售前咨询

  咨询QQ

3292628658
(早8:30-晚10:00)

  微信咨询

咨询微信
客服微信

  返回顶部