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.php
file.
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.dist
toconfig/autload/database.local.php
module/Album/config/global.php.dist
toconfig/autload/global.php
###Database Setup Import module/Album/data/album.sql into your database
###Usage Browser to the album page
your-domain-name/album