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.

相关文章:

  • 2022-02-09
  • 2021-10-25
  • 2021-12-12
  • 2021-06-29
  • 2022-01-03
  • 2022-12-23
  • 2021-06-01
  • 2022-02-15
猜你喜欢
  • 2021-12-14
  • 2021-09-24
  • 2022-03-05
  • 2021-11-28
  • 2022-12-23
  • 2021-11-08
  • 2021-05-30
相关资源
相似解决方案