Hi folks! config class works in the backstage as a layer over old config array. It's incomplete for two reasons: - source php must reviewed to replace $config array to use config_get or config class. - there are no way to edit config vars stored in table aiki_configs (note ending s), for two reason: i don't know how to do it in actual aiki admin, and i don't know how to change aiki admin, adequate for admin one site, to manage multi-site. Magento, for example, has this solution: you can select site,view,etc, and then change his setting.
About config.php and def.php - delete def.php. it's very confuse.. - minimize config.php: only database connection and certain setting that must exist before config class can be loaded (for example logs dirs). Remenber a config.php file can't manage multisite configuration, use database (like wordpress). are we agree in these points? Roger
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

