Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prolic/zf1_doctrine2_servicelayer_defaultproject
https://github.com/prolic/zf1_doctrine2_servicelayer_defaultproject
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prolic/zf1_doctrine2_servicelayer_defaultproject
- Owner: prolic
- Created: 2010-12-20T11:51:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-20T14:53:14.000Z (about 14 years ago)
- Last Synced: 2024-10-31T02:42:13.561Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 5.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Zend Framework 1.X + Doctrine 2.X integration
ZF1-Doctrine2-ServiceLayerThanks to: Guilherme Blanco
[email protected]
https://github.com/guilhermeblanco/license http://www.opensource.org/licenses/lgpl-license.php LGPL
#####################
This is the default project using Zend Framework 1.11.1, Doctrine ORM RC2 and the ServiceLayer by Guilherme Blanco
Contains:
Application -> Library for a specific application
Bisna -> Doctrine2 integration library and serverlayer by Guilherme Blanco
Doctrine -> Common, DBAL and ORM library
Symphony -> Component\Console and Component\Yaml library
Zend -> Zend Framework libraryDone:
Renamed Core library to Bisna.
merged application.ini
merged Bootstrap.php
created modular project structure with default module "Default"
created Default_BootstrapTodo:
add layout resource
add translation resource
add locale resource
add log resource
add mail resource