Roger, is the config class hooked in completely into aiki? http://www.aikiframework.org/wiki/Config_class
It is a bit confusing at present where configuration options go, constant defines, and then we have the old $config array and the new config class. I'm making a motion that any constants should be defined purely on the disk in configs/defs.php, and not in the database. Which is the way its set now, but I need to rename defs.inc to defs.php However, there are some config type options remaining. Unless anyone objects, I will start folding that old bulid-style setup into our current system to make aiki easier for humans. The next thing I will do is make a simple way to override the database for doing a site move. In wordpress, there is a nice quick way to to set a configuration option in a wp-config.php file, can we do that now simply from our config.php? If not, then I will try to make that work. Any pointers would be helpful. Jon -- Jon Phillips 王✳爻气 http://fabricatorz.com ✳ skype: kidproto ✳ irc: rejon +1.415.830.3884 (global) ✳ +86-187-1003-9974 (beijing) _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

