PHP Classes

Everything but Delete

Recommend this page to a friend!

      Config Magik  >  All threads  >  Everything but Delete  >  (Un) Subscribe thread alerts  
Subject:Everything but Delete
Summary:Problem and Hack
Messages:1
Author:Michael Workman
Date:2005-03-06 00:16:05
 

 


  1. Everything but Delete   Reply   Report abuse  
Picture of Michael Workman 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