My favorites | Sign in
Project Logo
                
Search
for
Updated Jan 25, 2007 by marc.jakubowski
PrototypeWithZendFramework  
Conception of a SPF Prototype with the use of the Zend Framework

Introduction

As a proof-of-concept, I implemented a prototype for our SAP PHP Framework with the Zend Framework as a basis.

System Requirements

The prototype makes use of the following software:

Directory Layout

htdocs
'- 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 file

Installation

Concept

Program Flow

Implementation


Sign in to add a comment
Hosted by Google Code