function __error($string) { if (function_exists("__inDevelopement")) { if (WB_DA) { // __workerBee()->__error($string); } else { if (__inDevelopement()) { echo "**** {$string} <br />"; } } } }
function __log($string) { if (function_exists("__inDevelopement")) { if (__inDevelopement()) { echo "**** {$string} <br />"; } } }