Framework for Simple PHP Developer Easy to Use.
Kob Framework
Home Document About Road Map

Document

Step 1 : Hello World
git clone https://github.com/thekaroe-thailand/kobframework.git
You will see file and folder in this project
Enter url http://localhost/kobframework you will see this message
Step 2 : Structore
app/Controller = Logic
app/Model = Data Layer
app/View = User Interface
Step 3 : Controller + View
3.1 Create Controller and write code.
3.2 Create View and write code.
3.3 Test http://localhost/kobframework/app.php?route=my/index
or http://localhost/kobframework/my/index