Tip: eZ Publish Template Variable Search And Replace

Hello, in this post I will show how to perform a simple string search and replace within an eZ Publish template variable.

Many new users to eZ Publish incorrectly think there is no search and replace operator within the eZ Publish template language...

Consider the following examples. I find them to be simpler and faster to use together than to mess with yet another custom operator or wrap_operator function call.

First you can do this in any template. Here is an example. Put this code into a template file:

{def $strDataInput='09/17/2011' $strData=$strDataInput|explode('/')|implode('.')} {$strDataInput}{$strData}{* $strData will output '09.17.2011' *}

This also works the same way in php. Here is an example:

<?php
$input = 'abcd efg hijk lmnop qrs tuv wxyz';
$output = implode( '-', explode( ' ', $input ) );

print_r( $input . "\n\n");
print_r( $output . "\n\n");
?>

I hope this helps others looking to avoid extra dependencies and complexities without giving up much needed functionality :)

Cheers,

Heath

Brookins Consulting

 

References

[0] http://doc.ez.no/eZ-Publish/Technical-manual/3.9/Reference/Template-operators/Strings/str_replace/(language)/eng-GB

[1] http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Arrays/implode/Convert-spaces-in-text-to-dashes/(language)/eng-GB

[2] http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/replacement-operator/Re-replacement-operator/(language)/eng-GB

[3] http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Strings/explode/Explode-Implode-as-string-replacement/(language)/eng-GB

[4] http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Arrays/implode/(language)/eng-GB

[5] http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Strings/explode

[6] http://php.net/implode

[7] http://php.net/explode

Comments

Log in or create a user account to comment.

Archive

Mon Tue Wed Thu Fri Sat Sun
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 17 2025 23:45:52
Script start
Timing: Jan 17 2025 23:45:52
Module start 'layout'
Timing: Jan 17 2025 23:45:52
Module start 'content'
Warning: PHP: E_WARNING Jan 17 2025 23:45:52
Undefined array key "MatchFile" in /home/ze/public_html/share.se7enx.com/kernel/common/eztemplatedesignresource.php on line 882
Timing: Jan 17 2025 23:45:53
Module end 'content'
Timing: Jan 17 2025 23:45:53
Script end

Main resources:

Total runtime0.4261 sec
Peak memory usage8,192.0000 KB
Database Queries79

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0042 589.2813152.6563
Module start 'layout' 0.00420.0023 741.937539.5156
Module start 'content' 0.00660.4180 781.45312,742.9844
Module end 'content' 0.42460.0015 3,524.437516.3203
Script end 0.4261  3,540.7578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00441.0399160.0003
Check MTime0.00130.3021160.0001
Mysql Total
Database connection0.00050.126210.0005
Mysqli_queries0.052712.3709790.0007
Looping result0.00060.1342740.0000
Template Total0.03077.230.0102
Template load0.323875.986230.1079
String conversion in template resource0.00020.0540420.0000
Template parser: create text elements0.00030.071120.0002
Template parser: remove whitespace0.00000.007920.0000
Template parser: construct tree0.00841.982120.0042
Template load and register function0.00731.712470.0010
Template processing0.03027.086230.0101
states
state_id_array0.00030.072010.0003
state_identifier_array0.00060.151320.0003
Override
Cache load0.00150.3632350.0000
Sytem overhead
Fetch class attribute name0.00000.003710.0000
class_abstraction
Instantiating content class attribute0.00000.000410.0000
General
dbfile0.00080.1993170.0000
String conversion0.00010.0167470.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/blog_post.tplextension/sevenx/design/simple/override/templates/full/blog_post.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
12content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/anchor.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/anchor.tplEdit templateOverride template
1content/datatype/view/ezxmltags/header.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/header.tplEdit templateOverride template
8content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1parts/related_content.tpl<No override>extension/ezwebin/design/ezwebin/templates/parts/related_content.tplEdit templateOverride template
1tagcloud/tagcloud.tpl<No override>extension/community_design/design/suncana/templates/tagcloud/tagcloud.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 29
 Number of unique templates used: 10

Time used to render debug report: 0.0002 secs