You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
ollieno edited this page Jun 22, 2011
·
8 revisions
Zend MVC Extend
project goals
Design packages
Code scope core,local and community
Class override
Doctrine2 entities
Design packages
The ability to create different design packages. A packages contains view scripts and layout XML for positioning module blocks.
Packages should have fallback inheritance meaning package a extends packages b where if view script or layout XML not available in packages b, script or layout XML is rendered from package a
Code scope core,local and community
The ability to create modules in different code scopes.
Core being core modules for core functionality.
Local being user defined modules
Community being community donated modules
Class override
The ability to override controller, block and model classes.