Album is a sample Module based on the (Getting Started) guide framework.zend.com .
- Clone this project into your
./module/directory and enable it in yourapplication.config.phpfile.
return array(
'modules' => array(
'Application',
'Album',//add this to your configuration
),
'module_listener_options' => array(
'config_glob_paths' => array(
'config/autoload/{,*.}{global,local}.php',
),
'module_paths' => array(
'./module',
'./vendor',
),
),
);Copy the These files
module/Album/config/database.local.php.disttoconfig/autload/database.local.phpmodule/Album/config/global.php.disttoconfig/autload/global.php
###Database Setup Import module/Album/data/album.sql into your database
###Usage Browser to the album page
your-domain-name/album