PHP Classes

PHP Album Manager: Manage a list of albums with Zend Framework 2

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 146 All time: 9,137 This week: 131Up
Version License PHP version Categories
album 1.0.0Freeware5PHP 5, Databases, Graphics, Content m...
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.

Picture of Haseeb Ahmad Basil
  Performance   Level  
Innovation award
Innovation award
Nominee: 4x

Winner: 1x

 

Documentation

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

  1. 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


  Files folder image Files (21)  
File Role Description
Files folder imageconfig (3 files)
Files folder imagedata (1 file)
Files folder imagesrc (1 directory)
Files folder imagetest (3 files, 1 directory)
Files folder imageview (1 directory)
Accessible without login Plain text file autoload_classmap.php Aux. Auxiliary script
Plain text file Module.php Class Class source
Accessible without login Plain text file README.md Doc. Documentation

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:146
This week:0
All time:9,137
This week:131Up