Hello,

I have some question regarding project structure with ZF 2 and the
namespaces.


It seems that with ZF 2 you wish to keep the PEAR conventions where each
part of a namespace corresponds to a node into directory structure. But even
with ZF1, if we look at a default project structure, the ZF autoloader maps
some basic namepaces to directories into the project, so it's not really
PEAR-like, or we should have something like :


Application/

    Controller/

        Index.php <-- class Application_Controller_Index


instead of :


application/

    controllers/

        IndexController.php <-- class IndexController



I was wondering if you planned to keep going that way or planned to propose
a new project structure which fit better with these conventions ?



br,

Benjamin.


-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF-2-and-project-structure-tp2400401p2400401.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to