search
Homephp教程PHP源码简单快速的php模板引擎

简单快速的php模板引擎

1.调用

<?php
require &#39;view.php&#39;;
 
$view=new view();
 
//第一种设置输出参数的方法
$view->setAttr("title", "Variable example");
//第二种设置输出参数的方法
$view->array = array(
            &#39;1&#39; => "First array item",
            &#39;2&#39; => "Second array item",
            &#39;n&#39; => "N-th array item",
);
$view->j = 5;
//输入页头、内容、页脚
$view->display("header.php")->display(&#39;index.php&#39;)->display(&#39;footer.php&#39;)->render();

2.theme/views/index.php

{comment}
这是注释
{/comment}
{if $array}
  {foreach $array as $key => $value}
    {$key} => {$value}<br />
  {/foreach}
{else}
  {/*}这也是注释{*/}
  <p>Array is empty!</p>
{/if}
 
{$i = 1}
{while $i < $j}
  当前 no. {$i}<br />
  {$i++}
{/while}
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)