|
PrototypeWithZendFramework
Conception of a SPF Prototype with the use of the Zend Framework
IntroductionAs a proof-of-concept, I implemented a prototype for our SAP PHP Framework with the Zend Framework as a basis. System RequirementsThe prototype makes use of the following software:
Directory Layouthtdocs
'- spf //project root
|- app
| |- controllers //business logic
| |- models //data access
| '- views //templates
|- lib
| |- Pear //PEAR packages
| |- Smarty //Smarty template engine
| |- Spf //own components and modifications to ZF components
| |- Zend //Zend Framework components library
| '- Zend.php
|- var
| |- logs //error logs
| |- template_cache
| |- template_compiled //rendered templates from Smarty
| '- Config.ini //configuration file
'- www //document root
|- css //style sheets
|- img //layout images
|- js //javascript libraries
|- .htaccess
'- index.php //bootstrap fileInstallationConceptProgram FlowImplementation |
Sign in to add a comment