
 Michael Workman - 2005-03-06 00:16:05
 
Really like your configmagik class.      I made myself an ugly interactive version from it.   Everything works but DELETE, I can delete a key if it is created during the session… but I cannot delete a key if it is already in existence.   I looked at your code and saw nothing wrong…but I tested it to death and can’t find it.  
A suggestion.  I added another array PASSES to write your information messages to…segregating those so that you could more easily check for real errors. Something like
 if (empty($Config->ERRORS)){}     Just a suggestion.    Thanks