示例#1
0
 function addSystemLog(array $p_aError)
 {
     $oDB = new PPI_Model_Shared('ppi_system_log', 'id');
     $oDB->putRecord($p_aError);
 }