function IniciarVariables()
 {
     parent::IniciarVariables();
     $this->OrderBy = 'createdAt DESC';
 }
예제 #2
0
 function IniciarVariables()
 {
     parent::IniciarVariables();
     $this->OrderBy = 'createdAt DESC';
     $this->BuscarPor = 'Partida, Propietario, Direccion';
 }