Forums / Developer / which function to pass data to template in ezdatatype ?!

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

which function to pass data to template in ezdatatype ?!

Author Message

Selmah Maxim

Sunday 13 November 2005 9:58:21 am

Am creating new datatype,and I need to pass some data to the template file !

How that please !

Selmah Maxim

Monday 21 November 2005 4:36:29 pm

I wanna to get some data from db and show it while editing, as select option !

can I "objectAttributeContent( &$contentObjectAttribute )" !?

Thanks

Gurudutt Verma

Tuesday 22 November 2005 1:01:13 am

Hi!
Hi Selmah

yes you are right use this to solve your purpose.

function &objectAttributeContent( &$contentObjectAttribute )
{
 ....
 .....
return xyz;
}