[fw-general] ZF2 module namespaces

2012-06-19 Thread Demian Katz
Hello, I'm brainstorming how to adapt my application to ZF2. The software is a web app with a handful of CLI tools. I would like to share as much code between these two areas as possible. I'm thinking of using a primary module to handle the web app, with a secondary module loaded in CLI

Re: [fw-general] ZF2 module namespaces

2012-06-19 Thread Marco Pivetta
Hey Demian, Modules don't need to live at the top of the namespace. You can use as many sub-namespaces as you want! Enjoy ;) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 19 June 2012 15:49, Demian Katz demian.k...@villanova.edu wrote: Hello, I'm brainstorming

RE: [fw-general] ZF2 module namespaces

2012-06-19 Thread Demian Katz
Wonderful! I guess I just saw things like ZendSkeletonApplication and made an incorrect assumption. Thanks! From: Marco Pivetta [mailto:ocram...@gmail.com] Sent: Tuesday, June 19, 2012 9:52 AM To: Demian Katz Cc: fw-general@lists.zend.com Subject: Re: [fw-general] ZF2 module namespaces Hey