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 !
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; }