Forums / Install & configuration / Templates- any docs on the fetch function?
Bruce Morrison
Monday 06 January 2003 4:24:20 pm
The fetch function seems to take quite a few arguments and is quite important for customisations. The examples in the demo site are great but I need some more info.
Is there any documentation on this function??? I've looked through the sdk and user guide with no luck.
CheersBruce
My Blog: http://www.stuffandcontent.com/ Follow me on twitter: http://twitter.com/brucemorrison Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
Adolfo Barragán
Tuesday 07 January 2003 1:48:51 am
First, I'm newbie on ezPublish, so my response should be incomplete.
The fetch function is defined in file eztemplateexcecuteoperator at [ez_root]/lib/eztemplate/classes directory.
It execute a module function and the params are:
fetch( <module_name>, <function_name>, <array of parameters> )
I hope help you
RegardsAdolfo Barragán