paulinhoajr wrote
Yes, I followed.
example, there is the controller edit, delete, add ... but if I want to create a new controller named list.phtml, I could not make it work.
thanks for the attention Marco.
did you add your controller to the module.config.php file?
like so:
<?php
return array(
'controllers' => array(
'invokables' => array(
'list' => 'Application\Controller\ListController',...