Quantcast

Re: [zf2 beta5] I need a detailed tutorial

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [zf2 beta5] I need a detailed tutorial

Marco Pivetta
This post has NOT been accepted by the mailing list yet.
Did you follow Akrabat's tutorial at http://akrabat.com/zend-framework-2-tutorial/ ?
Marco Pivetta

http://twitter.com/Ocramius     

http://marco-pivetta.com    



On 12 July 2012 15:47, paulinhoajr [via Zend Framework Community] <[hidden email]> wrote:
Hello friends, I am now beginning work with ZF and would like a detailed tutorial, if anyone knows where to find me help.
I downloaded the "Skeleton ZF2 application" could create a new module, but I can not create a new controller. must understand the system.

Thank you all


If you reply to this email, your message will be added to the discussion below:
http://zend-framework-community.634137.n4.nabble.com/zf2-beta5-I-need-a-detailed-tutorial-tp4655701.html
To unsubscribe from Zend Framework Community, click here.
NAML

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [zf2 beta5] I need a detailed tutorial

paulinhoajr
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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [zf2 beta5] I need a detailed tutorial

cmple
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',
...
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [zf2 beta5] I need a detailed tutorial

paulinhoajr
CMPLE, just now saw your message,
here the other topic  I had managed to solve.

http://zend-framework-community.634137.n4.nabble.com/zf2-beta5-I-need-a-detailed-tutorial-td4655701.html 


th**ks anyway
Loading...