I make the following query:
$this->db->distinct();
$this->db->select('documentos.titulo_principal,documentos.descripcion,autores.nombre,areas.nombre');
$this->db->from('documentos');
$this->db->join('documento_area', 'd...
asked by
03.09.2017 / 08:39