skin.sample

来自「php 开发的内容管理系统」· SAMPLE 代码 · 共 20 行

SAMPLE
20
字号
<?php# Your class extension is defined there.## Do NOT use PHPTal with this sample, if you want PHPTal support have a look at# the other sample : SkinPHPTal.sample.## The class name MUST begin with 'Skin' and the rest is the name of the file# excluding '.php'# This file is named Skin.sample (but it should end with php). So the# class name will be 'Skin' . 'Skin'class SkinSkin extends Skin {# Override method below#}}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?