Trustmaster |
|
---|---|
Take a look on "modules" in Coding Guide. This feature actually existed for ages in Seditio and Asmo can show you an example how to create top-level modules for Seditio, we just need to make it more coder and user friendly.
As for gzhandler, could define some constant in the beginning of main file and check it in common.php: define('SED_NOGZIP', true);
require_once('./system/common.php'); if(!defined('SED_NOGZIP'))
{
// Switch gzip on, etc.
} May the Source be with you!
|