Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2016-11-19 (1 month ago) | | Not enough user ratings | | Total: 119 | | All time: 8,441 This week: 412 |
|
Description | | Author |
This package can manage a list of albums with Zend Framework 2.
It provides controllers, models, form class to create, delete, retrieve one or all list albums stored in a database table.
Currently the album records store the album title and album artist. | |
|
|
Innovation award
Nominee: 2x |
|
Details
Sample Album Module for Zend Framework 2
Introduction
Album is a sample Module based on the <a href="http://framework.zend.com/manual/2.0/en/user-guide/overview.html">(Getting Started)</a> guide framework.zend.com .
Installation
Main Setup
- Clone this project into your
./module/
directory and enable it in your
application.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
to config/autload/database.local.php
* module/Album/config/global.php.dist
to config/autload/global.php
Database Setup
Import module/Album/data/album.sql into your database
Usage
Browser to the album page
your-domain-name/album
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.