コード例 #1
0
ファイル: ci_mensajes.php プロジェクト: emma5021/toba
 function get_datos_listado()
 {
     $clausulas = array();
     if (isset($this->s__filtro)) {
         $clausulas = $this->dep('filtro')->get_sql_clausulas();
     }
     $clausulas[] = 'proyecto = ' . toba::db()->quote(toba_contexto_info::get_proyecto());
     return toba_info_editores::get_mensajes_filtrados($clausulas);
 }