zend-framework-modules

Page not found on request url in zend 2 framework application

随声附和 提交于 2019-11-26 23:47:46
问题 I am newbie to zend framework and i am trying to configure the zend. I was sucessfully installed zendskeleton applicaion on window 7 and XAMPP After installation I am creating new module Album as per define in user guide. I was make all code and pages according to guide, but after that i was enable to open Album module . i got error 404 not found. here code application.config return array( 'modules' => array( 'Application','Album', ), 'module_paths' => array( './module', './vendor', ),