标签:
function_exists()方法,如
if(!function_exists(‘log_message‘)){ function log_message($level = ‘error‘, $message, $php_error = FALSE) { if (DB_DEBUG) echo $message . "\n"; } }
if(!defined(‘DB_DEBUG‘)){ define(‘DB_DEBUG‘, FALSE); }
二次开发时,多次导入CI独立ActiveReocd中使用时出现的错误
标签:
原文地址:http://www.cnblogs.com/fsong/p/4837790.html