ezini template operator feature or bug ?

Author Message

Davide Garzetti

Wednesday 07 October 2009 8:04:51 am

I have been struggling some time with this:
In a template file this line works as expected

{$myset=ezini( 'messages', 'DefaultMessageType', 'email_handler.ini' ) }

this line does not work

{def $fileini= 'email_handler.ini'
$myset=ezini( 'messages', 'DefaultMessageType', $fileini) }

checkin in ez source code of .tpl files the name of inifile is always hardcoded.

what do you think ? Should I register as a bug ?

Thank you

Davide Garzetti

Wednesday 07 October 2009 8:10:33 am

I have not mentioned is ezpublish 4.2 on php 5.2

Piotrek Karaś

Wednesday 07 October 2009 10:16:37 am

How about:

{def $fileini= 'email_handler.ini'}
{def $myset=ezini( 'messages', 'DefaultMessageType', $fileini)}

?

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Davide Garzetti

Wednesday 07 October 2009 12:55:17 pm

It's a bug unresolved since 4.0.

http://issues.ez.no/IssueView.php?Id=15488&activeItem=5

Piotrek Karaś

Wednesday 07 October 2009 2:04:01 pm

The question remains: is it a problem? Unless you have a dynamic ini selection (for example, lots of *.ini files to browse through dynamically), which is very unlikely, this should not be a problem to have the file name hard coded and not passed via variable.

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

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

Main resources:

Total runtime1.2674 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0093 588.0391152.6406
Module start 'layout' 0.00930.0041 740.679739.4609
Module start 'content' 0.01341.2522 780.1406556.0469
Module end 'content' 1.26560.0018 1,336.187512.1406
Script end 1.2674  1,348.3281 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.2875160.0002
Check MTime0.00130.1050160.0001
Mysql Total
Database connection0.00130.104610.0013
Mysqli_queries1.206395.1793630.0191
Looping result0.00060.0506610.0000
Template Total1.226996.820.6134
Template load0.00240.192620.0012
Template processing1.224496.605020.6122
Template load and register function0.00010.008710.0001
states
state_id_array0.00150.122210.0015
state_identifier_array0.00150.119420.0008
Override
Cache load0.00200.1559250.0001
Sytem overhead
Fetch class attribute can translate value0.00050.042920.0003
Fetch class attribute name0.00090.074360.0002
XML
Image XML parsing0.00080.063220.0004
class_abstraction
Instantiating content class attribute0.00000.001070.0000
General
dbfile0.00100.0773170.0001
String conversion0.00000.000940.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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/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: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs