Community « Discussion forum « Post your requirements here « Can we run PHP scripts etc inside YACS «
Comment: Can we run PHP scripts etc inside YACS
| Next >> |
Yes, with the help of some PHP scripts to interface with the MySQL database.
YACS offers three different levels of Application Programming Interface (API) where such scripts can be triggered:
On top of these, you can also change template files to add extra or navigation boxes to specific pages if you like.
YACS offers three different levels of Application Programming Interface (API) where such scripts can be triggered:
- hooks - code invoked on event (e.g., 'finalize' at the end of each page, etc.)
- overlay - for structured data added to articles
- behaviors - code, specific to some sections, invoked on event (under development)
On top of these, you can also change template files to add extra or navigation boxes to specific pages if you like.
This comment has inspired:
by Bernard on Aug. 26 2006
