im newbie in frameworks, but i had no difficulty installing etc the zend 1.x versions. But with ZF2 cant really figure out.... Any recource telling me creating a project us
Because Zend Framework 2 are under development, this time, we have not a tool to automate code generation, but, you can download a Application Skeleton from:
https://github.com/zendframework/ZendSkeletonApplication
Which is a
Simple skeleton application using the ZF2 MVC layer and module systems. This application is meant to be used as a starting place for those looking to get their feet wet with ZF2.
Zend tool component currently under development like framework's itself.
Anyway after created a skeleton app like Gabriel's said, you can try to manage your modules using zftool. It provides limited but working functionality.
Check out zftool here: https://github.com/zendframework/ZFTool