Forums / Install & configuration / custom script
me andreia
Sunday 10 December 2006 10:17:15 pm
How can I add my own script/tool as a link into ez publish system? Let's say I have a database and a php script that interogates it and shows the desired results.I saw C G already asked this question, no reply yet.
Pleasec advice.
Claudia Kosny
Wednesday 13 December 2006 11:12:10 am
Hi
This depends on what you want to do exactly. If you want to use your custom data in other, existing templates, writing some template operators might be useful. This way you can fetch and process data from wherever you want and include it anywhere.If you want to write your own templates which do not depend on any node or object in the content tree, a module might be more interesting for you.
Start with these links: http://ez.no/ezpublish/documentation/development/extensions/template_operatorhttp://ez.no/ezpublish/documentation/development/extensions/building_an_ez_publish_module
Claudia