Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/weierophinney/zf-quickstart
- Owner: weierophinney
- Created: 2011-06-29T17:22:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-14T17:27:40.000Z (about 13 years ago)
- Last Synced: 2024-12-16T06:02:58.673Z (7 days ago)
- Language: PHP
- Homepage:
- Size: 444 KB
- Stars: 60
- Watchers: 3
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 ZF2Notes
-----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.