Forums / Install & configuration / custom script

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

custom script

Author Message

me andreia

Sunday 10 December 2006 10:17:15 pm

How can I add my own script/tool as a link into Exponential 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/Exponential/documentation/development/extensions/template_operator
http://ez.no/Exponential/documentation/development/extensions/building_an_ez_publish_module

Claudia