try{
$CI =& get_instance();
$ct = $CI->$key ;
throw new Exception($key);
} catch (Exception $E) {
echo $E->getTraceAsString();
}
try{
$CI =& get_instance();
$ct = $CI->$key ;
throw new Exception($key);
} catch (Exception $E) {
echo $E->getTraceAsString();
}