Home > php教程 > php手册 > DEDECMS-helper小助手扩展,dedecms-helper

DEDECMS-helper小助手扩展,dedecms-helper

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 09:16:41
Original
1067 people have browsed it

DEDECMS-helper小助手扩展,dedecms-helper

今天在做DEDE动态调用模板的时候卡住了,后终被强大的互联网解决,记录解决问题的过程,以备后用

可以在/data/helper.inc.php中进行默认小助手初始化的设置,系统默认载入小助手

例如创建一个示例小助手文件test.helper.php

<span>1</span> <span>if</span> (!<span>function_exists</span>('HelloDede'<span>)){
</span><span>2</span>     <span>function</span><span> HelloDede(){
</span><span>3</span>         <span>echo</span> "Hello! Dede..."<span>;
</span><span>4</span> <span>    }
</span><span>5</span> }
Copy after login

初始化:helper('test');

使用:HelloDede();

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template