资 源 简 介
For a simple site if you need a small php framework.
Kiko is the framework for you.
Simple MVC is used. please check out the repository.
You will get the idea about it!
What to do :
* Edit the /kiko-php/core/config.php for database connectivity.
* goto /kiko-php/app/controler.php
* url to function maping is
http://localhost/kiko-php/a/p1/p2/p3/ calls ->function a(p1,p2,p3) in /kiko-php/app/controler.php
We have some helper functions in /kiko-php/core/helpers Please check the code for mode documentation.
It works on php 4/5. no class/object is used. and mostly for simple sites.
if you think its useful just let me know.
Layout of the system:
thank you,
Nafis Ahmad