如何在 eZ Publish 模板中使用自定义 PHP 函数?
你好 我想知道是否可以在 ezpublish 模板中使用 PHP 函数。如果有人知道如何使用它。任何提示都会很棒。
例如:- 我想在 ez-publish 模板中使用 str_replace() PHP 函数。
Hi
i am wondering if i could use PHP functions in ez publish templating. If any one knows how to use it. Any hint will be greatful.
eg:- i want to use str_replace() PHP function in ez-publish template.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先我们必须在ezpublish中使用PHP函数进行扩展。
下面的链接给出了在 ezpublish 中进行扩展的步骤:
http://blog.developeronhire.com/using-custom-php-functions-in-ez-publish-templates/
希望它能解决您的问题。
Firstly we have to make an extension to use PHP function in ez publish.
Steps for making an extension in ezpublish is given in link below:
http://blog.developeronhire.com/using-custom-php-functions-in-ez-publish-templates/
Hope it will solve your porblem.
请参阅这两个文档项...
用于替换数组的元素
http://doc.ez .no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Arrays/replace
用于在字符串中替换...
http://doc.ez .no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Strings/replace
See these two doc items...
For replacing elements of an Array
http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Arrays/replace
For replacing in a string...
http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Strings/replace