Dear Till,

The Golbal $_App is a special class that automatically loads and saves application data. This plug in was actually injecting other stuff into the template. I sanitized the plug in, removing site sensitive data before making it public on the list. If the ZF has a better way to persist application data please tell me.

include("app.php");     // include the class
global $_APP; // contains the application data automatically saved/loaded
application_start();     // automatically loads data int the global var

Which brings up another thing. If there is a good reason for not including a file in this manner ( or any of the other things ), please say so. Just winking at me is a bit vague and frankly, somewhat fruity. ;)

cheers

pat.

Reply via email to