Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/05/2016, 11:11
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años
Puntos: 2534
Respuesta: Aplicando DAO a php

En PHP tienes arrays:
Código PHP:
Ver original
  1. $lista = [];
  2.  
  3. while (/* ... */) {
  4.   $noticia = new Noticia();
  5.  
  6.   // ...
  7.  
  8.   $lista []= $noticia;
  9. }
  10.  
  11. return $lista;

Consulta el manual: http://www.php.net/manual/es/language.types.array.php
__________________
Y U NO RTFM? щ(ºдºщ)

No atiendo por MP nada que no sea personal.