Exemplo n.º 1
0
 /**
  * Get system logs with an optional clause
  *
  * @param string array $p_mWhere
  */
 function getSystemLogs($p_mWhere = '')
 {
     $oDB = new PPI_Model_Shared('ppi_system_log', 'id');
     return $oDB->getList($p_mWhere, 'created desc');
 }