Help: how to have an attribute?

Author Message

christian bencivenni

Thursday 27 March 2008 9:48:34 am

Hello.
I need to know if is possible to have, in a class definition, a numeric attribute which is filled with the id of the object at the moment of the object creation automatically.

So when an object is created from a user the attribute automatically gets the id of the object (which is unique) and I can also use it for the Object Name Pattern to name the object created.

Do you think is it possible?
I really need to know it.

Thank you

christian bencivenni

Tuesday 01 April 2008 1:05:47 am

No one can help me?
I think it can be realized with a code that fetch the object id, then I need to put this value into an attribute (not editable from users).
Something like the User Account datatype.
Someone can tell me an idea on how to realize it?
Thanks a lot.

André R.

Tuesday 01 April 2008 3:38:40 am

create a simple datatype that just stores the object id in an attribute ( not if you use node id: the object doesn't necessary have a node ).
Or use a int attribute and override the edit template of it for that particular attribute identifier, where you set the id in a hidden input box (again note that object might not have a node id).

I'm not sure why you need this though, since you can always get the node id / object id by code.
template:

{def $obj_id  = $my_object.id
      $node_id = $my_object.main_node_id}

$node_id will be 'null' if the object doesn't have a node.

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

christian bencivenni

Tuesday 01 April 2008 11:57:57 pm

Sorry I made a mistake in my second post.
I always mean OBJECT id (not node id).
The scope of the attribute is simple: I had to add a unique identification code automatically in the object name at the moment of creation but I don't want to store all the codes in a db table and implement function to search, test and store codes. So I thinked to use the object id which is already unique.
The only problem for me is to assemble a datatpe which made the job and is invisible to the user, and use it to generate the Object Name Pattern in the class definition.
Do I have other options? Is it possible to define the Object Name Pattern with the object id without create a persnalized datatype?

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 31 2025 00:39:22
Script start
Timing: Jan 31 2025 00:39:22
Module start 'layout'
Timing: Jan 31 2025 00:39:22
Module start 'content'
Timing: Jan 31 2025 00:39:22
Module end 'content'
Timing: Jan 31 2025 00:39:22
Script end

Main resources:

Total runtime0.0213 sec
Peak memory usage8,192.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.1250151.2109
Module start 'layout' 0.00550.0033 739.3359220.6875
Module start 'content' 0.00880.0111 960.02341,001.8828
Module end 'content' 0.01990.0014 1,961.906333.9922
Script end 0.0213  1,995.8984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002511.8661140.0002
Check MTime0.00104.7918140.0001
Mysql Total
Database connection0.00094.294010.0009
Mysqli_queries0.00178.104630.0006
Looping result0.00000.042510.0000
Template Total0.00104.910.0010
Template load0.00083.772610.0008
Template processing0.00021.060610.0002
Override
Cache load0.00052.553110.0005
General
dbfile0.00135.865980.0002
String conversion0.00000.033640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs