Home > Backend Development > PHP Tutorial > [eZ publish] How to use standard PHP functions?

[eZ publish] How to use standard PHP functions?

WBOY
Release: 2016-06-23 14:28:56
Original
904 people have browsed it

In eZ Publish, we can call back the standard PHP function, which takesonly one parameter as input. It is sufficient to create an override ofthe template.ini setting file in the settings folder of our extension,call template.ini.append.php file, and then insert the following code:

 

        [PHP]
    PHPOperatorList[striptags]=strip_tags
    */ ?>

The PHPOperatorList array key is the operator name, whereas the value is the name
of the PHP function.

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template