Extending built-in datatypes

Author Message

Piotrek Karaś

Thursday 10 January 2008 11:59:24 pm

Hello,

Is extending built-in datatypes when creating a custom datatype a good idea? Example:

class MyCustomURLType extends eZURLType {...}

I've used it before, but recently came across a problem - the extended datatype was not found. What could be the key to this? Is that because the extended class was not called earlier in the code? Any way of securing that?

BTW. Mostly interested in eZ4...

Thanks,
Piotrek

--
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

André R.

Friday 11 January 2008 12:58:10 am

> Is extending built-in datatypes when creating a custom datatype a good idea? Example:
Depends one the probability of big changes in the datatype in the future.

> I've used it before, but recently came across a problem - the extended datatype was not found.
1. make sure the class is in the autoload array "autoload/*"
2. if not, simply include it like you did in ezp3.x

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Piotrek Karaś

Friday 11 January 2008 1:58:36 am

> Depends one the probability of big changes in the datatype in the future.

Yes. I'm thinking of extending instead of creating from scratch when I only need to slightly adjust the built in functionality, for example to provide additional validation rules. URL is a good example, because it is quite a complex datatype with core functionality that I want to still rely on, I just need little extra protection. I expect this way to be much easier to maintain when changes are introduced to datatypes in future versions. Do you think I miss something?

Thanks for the help,
Piotrek

--
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 19 2025 03:33:14
Script start
Timing: Jan 19 2025 03:33:14
Module start 'layout'
Timing: Jan 19 2025 03:33:14
Module start 'content'
Timing: Jan 19 2025 03:33:15
Module end 'content'
Timing: Jan 19 2025 03:33:15
Script end

Main resources:

Total runtime1.0817 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0077 589.1563152.6250
Module start 'layout' 0.00770.0041 741.781339.4453
Module start 'content' 0.01191.0674 781.2266552.7578
Module end 'content' 1.07930.0023 1,333.984412.1641
Script end 1.0816  1,346.1484 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3000160.0002
Check MTime0.00130.1225160.0001
Mysql Total
Database connection0.00090.079410.0009
Mysqli_queries1.028195.0460570.0180
Looping result0.00050.0494550.0000
Template Total1.047196.820.5236
Template load0.00240.223520.0012
Template processing1.044796.574820.5223
Template load and register function0.00010.009210.0001
states
state_id_array0.00080.074310.0008
state_identifier_array0.00100.095720.0005
Override
Cache load0.00190.1795240.0001
Sytem overhead
Fetch class attribute can translate value0.00070.068920.0004
Fetch class attribute name0.00160.146650.0003
XML
Image XML parsing0.00110.101420.0005
class_abstraction
Instantiating content class attribute0.00000.001460.0000
General
dbfile0.00160.1446240.0001
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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 20
 Number of unique templates used: 7

Time used to render debug report: 0.0003 secs