|
From: | Sigurd Nes |
Subject: | Re: [Phpgroupware-developers] re: 1.0 feature requests |
Date: | Tue, 09 Nov 2004 18:41:04 +0100 |
User-agent: | Mozilla Thunderbird 0.8 (Windows/20040913) |
This might be something?In the app property I have a submodule for handling alarms and cron.jobs by utilizing async.
The alarm triggers an email - or a methodThe alarm is categorized by type (part of the ID (example s_agreement:1002:0)) The cron-jobs can also be called from within class.custom_functions.inc.php - which takes function as a parameter. The function is a kind of drop-in class placed in the directory /inc/custom as special tailored function for your need.
As an example I have one script for synchronization between integrated systems - and one other for fetching CAD-Drawings from a directory - to be organized in the vfs-file-system and maintained in the building documentation submodule based on the information embedded in the filenames.
Sigurd
[Prev in Thread] | Current Thread | [Next in Thread] |