paulinhoajr wrote
I create a module for each sector of the site?
example: Album, News, videos, etc.
In your case, I think its best to add controllers instead;
like so:
Application\AlbumController
Application\NewsController
Application\VideosController