/** * @brief 运行时出错处理钩子 * * @param str $code //save_passport * @param str $message //system busy * @author cuichao02 * @date 2011/02/21 **/ public function warningAction($code, $message) { Saf_SmartMain::setLogNotice(array('saf_' . $code => $message)); }