Pues he probado con todas las rutas y no da
que rico que estuviera listo.
Esta es mi configuración, que faltaría en el di?
Código PHP:
Ver original<?php
'type' => 'Zend\Mvc\Router\Http\Literal',
'route' => '/',
'controller' => 'album',
'action' => 'index',
),
),
),
'album' => 'Album\Controller\AlbumController',
),
'Album\Controller\AlbumController' => array ( 'albumTable' => 'Album\Model\AlbumTable'
)
),
'Album\Model\AlbumTable' => array ( 'config' => 'Zend\Db\Adapter\PdoMysql'
)),
'Zend\Db\Adapter\PdoMysql' => array ( 'host' => 'localhost',
'username' => 'root',
'password' => '12345',
'dbname' => 'test'
)
)
),
'Zend\View\PhpRenderer' => array ( 'script_paths' => array ( 'album' => __DIR__ . '/../views'
)
)
)
)
)
)
);