Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weierophinney/zf-quickstart

QuickStart application from Zend Framework, with variations based on ZF2 MVC prototypes
https://github.com/weierophinney/zf-quickstart

Last synced: 3 days ago
JSON representation

QuickStart application from Zend Framework, with variations based on ZF2 MVC prototypes

Awesome Lists containing this project

README

        

ZEND FRAMEWORK QUICK START
==========================

This repository tracks the Zend Framework QuickStart, found here:

* http://framework.zend.com/manual/en/learning.quickstart.html

The purpose of this repository is several:

* Support ongoing changes and development of the quick start code base
* Provide a snapshot of how the quick start might evolve in ZF2
* Provide baselines for benchmarking different MVC prototypes for ZF2

Notes
-----

This branch (master) tracks Zend Framework 1.11. You should symlink the ZF 1.11
library into "library/Zend/" (or ensure it's on the `include_path`) in order to
run the quick start.