[Alba-desarrollo] SVN Alba r6118 -
prosistem/alba/trunk/alba/lib/model
commits en pressenter.com.ar
commits en pressenter.com.ar
Vie Abr 24 21:39:22 CEST 2009
Author: josx
Date: 2009-04-24 16:39:22 -0300 (Fri, 24 Apr 2009)
New Revision: 6118
Modified:
prosistem/alba/trunk/alba/lib/model/Alumno.php
Log:
Modificando modelo del alumno
Modified: prosistem/alba/trunk/alba/lib/model/Alumno.php
===================================================================
--- prosistem/alba/trunk/alba/lib/model/Alumno.php 2009-04-24 19:26:47 UTC (rev 6117)
+++ prosistem/alba/trunk/alba/lib/model/Alumno.php 2009-04-24 19:39:22 UTC (rev 6118)
@@ -29,26 +29,27 @@
$result = array(
$keys[0] => $this->getId(),
$keys[1] => $this->getNombre(),
- $keys[2] => $this->getApellido(),
- $keys[3] => $this->getFechaNacimiento(),
- $keys[4] => $this->getDireccion(),
- $keys[5] => $this->getCiudad(),
- $keys[6] => $this->getCodigoPostal(),
+ $keys[2] => $this->getApellidoMaterno(),
+ $keys[3] => $this->getApellido(),
+ $keys[4] => $this->getFechaNacimiento(),
+ $keys[5] => $this->getDireccion(),
+ $keys[6] => $this->getCiudad(),
+ $keys[7] => $this->getCodigoPostal(),
'Provincia' => ($this->getProvincia())?$this->getProvincia()->getNombreCorto():'' ,
- $keys[8] => $this->getTelefono(),
- $keys[9] => $this->getLugarNacimiento(),
+ $keys[9] => $this->getTelefono(),
+ $keys[10] => $this->getLugarNacimiento(),
'TipoDocumento' => ($this->getTipodocumento())?$this->getTipodocumento()->getNombre():'',
- $keys[11] => $this->getNroDocumento(),
- $keys[12] => $this->getSexo(),
- $keys[13] => $this->getEmail(),
- $keys[14] => $this->getDistanciaEscuela(),
- $keys[15] => $this->getHermanosEscuela(),
- $keys[16] => $this->getHijoMaestroEscuela(),
+ $keys[12] => $this->getNroDocumento(),
+ $keys[13] => $this->getSexo(),
+ $keys[14] => $this->getEmail(),
+ $keys[15] => $this->getDistanciaEscuela(),
+ $keys[16] => $this->getHermanosEscuela(),
+ $keys[17] => $this->getHijoMaestroEscuela(),
'Establecimiento' => ($this->getEstablecimiento())?$this->getEstablecimiento()->getNombre():'',
'Cuenta' => ($this->getCuenta())?$this->getCuenta()->getNombre():'',
- $keys[19] => $this->getCertificadoMedico(),
- $keys[20] => $this->getActivo(),
- $keys[21] => $this->getFkConceptobajaId(),
+ $keys[20] => $this->getCertificadoMedico(),
+ $keys[21] => $this->getActivo(),
+ $keys[22] => $this->getFkConceptobajaId(),
'Pais' => ($this->getPais())?$this->getPais()->getNombreLargo():'',
);
return $result;
Más información sobre la lista de distribución Alba-desarrollo