Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 146 | All time: 9,132 This week: 131 |
Version | License | PHP version | Categories | |||
album 1.0.0 | Freeware | 5 | PHP 5, Databases, Graphics, Content m... |
Description | Author | |
This package can manage a list of albums with Zend Framework 2. |
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 .
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
Import module/Album/data/album.sql into your database
Browser to the album page
your-domain-name/album
Files (21) |
File | Role | Description | ||
---|---|---|---|---|
config (3 files) | ||||
data (1 file) | ||||
src (1 directory) | ||||
test (3 files, 1 directory) | ||||
view (1 directory) | ||||
autoload_classmap.php | Aux. | Auxiliary script | ||
Module.php | Class | Class source | ||
README.md | Doc. | Documentation |
Files (21) | / | config |
File | Role | Description |
---|---|---|
database.local.php.dist | Conf. | Configuration script |
global.php.dist | Conf. | Configuration script |
module.config.php | Conf. | Configuration script |
Files (21) | / | src | / | Album | / | Model |
File | Role | Description |
---|---|---|
Album.php | Class | Class source |
AlbumTable.php | Class | Class source |
Files (21) | / | test |
File | Role | Description | ||
---|---|---|---|---|
AlbumTest (2 directories) | ||||
Bootstrap.php | Class | Class source | ||
phpunit.xml | Data | Auxiliary data | ||
TestConfig.php.dist | Data | Auxiliary data |
Files (21) | / | test | / | AlbumTest | / | Controller |
File | Role | Description |
---|---|---|
AlbumControllerTest.php | Class | Class source |
Files (21) | / | test | / | AlbumTest | / | Model |
File | Role | Description |
---|---|---|
AlbumTableTest.php | Class | Class source |
AlbumTest.php | Class | Class source |
Files (21) | / | view | / | album | / | album |
File | Role | Description |
---|---|---|
add.phtml | Aux. | Auxiliary script |
delete.phtml | Aux. | Auxiliary script |
edit.phtml | Aux. | Auxiliary script |
index.phtml | Aux. | Auxiliary script |
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 |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.