ZF2 namespace and file system
- by user1918648
I have standard Application module in ZF2. It's configured by default, I didn't change anything. I just added some stuff:
module/
Application/
src/
Application/
Entity/
Product/
**Product.php**
Controller/
**IndexController.php**
Product.php
namespace Application\Entity;
class…