资 源 简 介
This small PHP framework is currently in its baby stages but currently DOES basically work. No configuration is needed and can easily support any custom PHP functions or classes through what I call "Funks". Sadly hardly any documentation is available but whenever I find time I try and add another wiki page. feel free to look at funk/pages for the actual pages which should be used as a basis of adding your own pages.
To look through pages you must use "index.php/page/function" such as to get to page test1.php you have to write: "index.php/test1" which will auto-open up the index() function of the page. To open up another function on the same page simply use something like this: "index.php/test1/test2".
To remove the need to write index.php and instead using something like "example.com/test1/test2" instead of "example.com/index.php/test1/test2" just make a .htaccess file and put something like this in: