<?phpechoLongTable(array('*'),'user_system_msg',"receiver='".Auth::id()."'",'order by id desc',$header_row,'echoSysMsg',array('table_classes'=>array('table')))?>
<?phpDB::update("update user_system_msg set read_time = now() where receiver = '".Auth::id()."'")?>