DEDECMS-helper extensions, dedecms-helper_PHP tutorial

Source: Internet
Author: User
DEDECMS-helper extension, dedecms-helper. DEDECMS-helper small assistant extension, dedecms-helper got stuck today when calling the DEDE dynamic template, and was finally resolved by the powerful Internet, recording the process of solving the problem, for later use DEDECMS-helper extension, dedecms-helper

Today, I got stuck when I made a DEDE Dynamic Call template, and was finally resolved by the powerful internet. I recorded the process of solving the problem for future use.

You can set the default helper initialization in/data/helper. inc. php. The system loads the helper by default.

For example, create an example helper file test. helper. php

1 if (! Function_exists ('hellodede') {2 function HelloDede () {3 echo "Hello! Dede... "; 4} 5}

Initialization: helper ('test ');

Use: HelloDede ();

Parse got stuck when calling the DEDE Dynamic Template today, and was finally resolved by the powerful Internet, recording the process of solving the problem for future use...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.