Forums / General / Help: how to have an attribute?

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?

eZ debug

Timing: Jan 18 2025 11:44:25
Script start
Timing: Jan 18 2025 11:44:25
Module start 'content'
Timing: Jan 18 2025 11:44:25
Module end 'content'
Timing: Jan 18 2025 11:44:26
Script end

Main resources:

Total runtime0.2820 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0087 588.8203180.8438
Module start 'content' 0.00870.0068 769.664197.9609
Module end 'content' 0.01550.2663 867.6250526.5234
Script end 0.2819  1,394.1484 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00391.3804200.0002
Check MTime0.00170.5858200.0001
Mysql Total
Database connection0.00100.344410.0010
Mysqli_queries0.229381.30131410.0016
Looping result0.00140.50571390.0000
Template Total0.265094.010.2650
Template load0.00080.299010.0008
Template processing0.264293.684010.2642
Override
Cache load0.00060.200310.0006
Sytem overhead
Fetch class attribute can translate value0.00110.398910.0011
XML
Image XML parsing0.00030.094710.0003
General
dbfile0.00180.6421200.0001
String conversion0.00000.002430.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

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

Time used to render debug report: 0.0002 secs