Forums / Developer / help to developp an extension

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

help to developp an extension

Author Message

François Xavier Lacroix

Monday 13 June 2005 1:21:32 am

hello,
I'm trying to develop a new type of fetch.
I mean that instead of writing :
fetch(content, node,hash(parent_node_id, $node.node_id))
I would like to make a special fetch :
fetch( my_extension, param1, param2... )
Does anybody know some pages where i can find some help?
Thx a lot...

Xavier Dutoit

Monday 13 June 2005 1:26:40 am

Salut,

Have a look at fetch_alias, might do already what you need.

Anyway, the doc for the extension is there http://ez.no/ez_publish/documentation/toc/(from)/29265

Have fun,

X+

http://www.sydesy.com

François Xavier Lacroix

Monday 13 June 2005 1:27:43 am

merci xavier ;)