Hago un pull a git hoy y resulta que:
Cita: Fatal error: Class 'Zend\Db\Table\AbstractTable' not found
entonces se pasó a usar Zend\Db\TableGateway\TableGateway y todo bien pero al paginador me tocó ajustarlo con el método toArray así:
Código PHP:
Ver original$paginator = Paginator::factory($data->toArray());
Está bien esto o que otra solución hay. Porque si no lo coloco me sale:
Cita: Fatal error: Uncaught exception 'Exception' with message 'This result is a forward only result set, calling rewind() after moving forward is not supported'
Aquí pueden ver como tengo el paginador ahora:
https://github.com/andresdzphp/zf2b2 Saludos.