Defining Parts of the URL

Author Message

Christian Schaller

Thursday 24 September 2009 2:18:18 am

Hello,
first of all, i have to apologize my bad english.

I have a problem with defining Parts of a requested url using in a template.
I have for e.g. the url http://www.test.de/order/unterordner/nocheinordner and i wanted now the Part /order/unterordner/ which i can use as a Variable.

In former times i solved it with:

$url = $_SERVER['REQUEST_URI'];

and then i used a if-else command to replace the found result into e.g. the Word "TEST"

Many thanks in advance for your help.

Greets Christian

Sander van den Akker

Sunday 27 September 2009 5:01:45 am

You could use

{$module_result.uri}

To fetch the uri string in a template. Then use the explode operator to fetch a certain part.

eZ Publish certified developer
http://auth.ez.no/certification/verify/392313

John Moritz

Sunday 27 September 2009 7:19:46 am

Christian, is this a custom module?
If yes, maybe you are searchin for something like this:
http://ez.no/de/developer/articles/an_introduction_to_developing_ez_publish_extensions/configuring_and_enabling_the_extension
Felix made a great job on this article and as you can see its available in german too!

If not follow sanders solution an read this to explode the url:
http://ez.no/doc/ez_publish/technical_manual/4_x/reference/template_operators/arrays/explode

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 18 2025 15:18:57
Script start
Timing: Jan 18 2025 15:18:57
Module start 'layout'
Timing: Jan 18 2025 15:18:57
Module start 'content'
Timing: Jan 18 2025 15:18:58
Module end 'content'
Timing: Jan 18 2025 15:18:58
Script end

Main resources:

Total runtime0.8201 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0062 587.9063152.6250
Module start 'layout' 0.00620.0024 740.531339.4453
Module start 'content' 0.00860.8104 779.9766569.9922
Module end 'content' 0.81890.0012 1,349.968812.4766
Script end 0.8201  1,362.4453 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3785160.0002
Check MTime0.00130.1621160.0001
Mysql Total
Database connection0.00120.145410.0012
Mysqli_queries0.771494.0540590.0131
Looping result0.00080.0992570.0000
Template Total0.785395.720.3926
Template load0.00230.275220.0011
Template processing0.783095.472120.3915
Template load and register function0.00010.012810.0001
states
state_id_array0.00110.129610.0011
state_identifier_array0.00060.075020.0003
Override
Cache load0.00170.2032240.0001
Sytem overhead
Fetch class attribute can translate value0.00120.151030.0004
Fetch class attribute name0.00120.144240.0003
XML
Image XML parsing0.00080.100430.0003
class_abstraction
Instantiating content class attribute0.00000.000840.0000
General
dbfile0.00080.1033170.0000
String conversion0.00000.001040.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/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs