Difference between revisions of "Workshop - week 01"

From mi-linux
Jump to navigationJump to search
Line 1: Line 1:
 
[[Main Page]] >> [[Web Frameworks]] >> [[Web Frameworks - Workbook]] >> Workshop - week 01
 
[[Main Page]] >> [[Web Frameworks]] >> [[Web Frameworks - Workbook]] >> Workshop - week 01
 +
 +
Okey dokey, so let's see what we need to do.
 +
 +
We are going to be following the Zend Framework Quickstart tutorial to ensure we can get Zend work properly from our University area.
 +
 +
Following how to [http://framework.zend.com/docs/quickstart/set-up-the-project-structure set up a project structure], we need to create a directory structure in our personal space.
 +
 +
Using either an FTP client (FileZilla, WS-FTP, etc), or using a Shell prompt through putty, set up the following folder structure:
 +
 +
QuickStart/
 +
application/
 +
controllers/ views/ scripts/
 +
library/
 +
public/

Revision as of 20:20, 24 January 2009

Main Page >> Web Frameworks >> Web Frameworks - Workbook >> Workshop - week 01

Okey dokey, so let's see what we need to do.

We are going to be following the Zend Framework Quickstart tutorial to ensure we can get Zend work properly from our University area.

Following how to set up a project structure, we need to create a directory structure in our personal space.

Using either an FTP client (FileZilla, WS-FTP, etc), or using a Shell prompt through putty, set up the following folder structure:

QuickStart/ application/ controllers/ views/ scripts/ library/ public/