[eZ publish] How to use standard PHP functions?

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 /*
    [PHP]
    PHPOperatorList[striptags]=strip_tags
    */ ?>

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

posted @ 2010-04-21 10:35  DavidHHuan  阅读(363)  评论(0编辑  收藏  举报