- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
aaerofeev/beerframework
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple PHP framework
Create controller in ./classes/controller/<controller name>.php
Code: class Controller_Index extends Controller_Layout {}
Create action in controller
Code: public function actionIndex(){/* Action body */}
Create viewpath to controller and viewfile to action in
./visual/views/<controller/<action>.php
Customize layouts in ./visula/layout/<layout name>.php
default layout index.php
About
Simple PHP framework
Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published