Wednesday, 20 May 2015

Basic Application Structure for Zend Framework 2

Basic Application Structure for Zend Framework 2

The basic application structure follows:

application_root/
    config/
        application.config.php
        autoload/
            global.php
            local.php
            // etc.
    data/
    module/
    vendor/
    public/
        .htaccess
        index.php
    init_autoloader.php

No comments:

Post a Comment