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',*
...

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Re-zf2-beta5-I-need-a-detailed-tutorial-tp4655702p4655716.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to