Friday, July 20, 2007

phpFramewerk ver 0.0.1 Documentation

We have been trying to make the programming style ideal to standard.


  • Valid XHTML 1.0

  • Valid CSS 2

  • MVC approach

  • register_globals = off ready

  • Layout by CSS

  • Basic HTML Class

  • Formage Class

  • Error message system



The layout component has its own method to control them.

  • Three section: top-section, content and footer

  • The content section consists of two fixed column: left-column and content

  • Navigation bar on the left column

  • Main menu on the top section

  • Page title on the top section





After you extract the package in a folder . then you will find the directory structure as follows:

We put all configuration files in folder ./conf
We put all view files in folder ./view
We put all classes in folder ./library
We put all images in folder ./images
And all controller files in root ./
You can move the conf, view and library folder to non-accessible
folder on your server to reduce security risk.