-
Notifications
You must be signed in to change notification settings - Fork 5
Find out what is true and false with the click of a button
slifty/truth-goggles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== INSTALL == cp conf-default.php conf.php vi conf.php php rake/db_rake.php php rake/data_rake.php == UPDATE == php rake/db_rake.php == DATA REFRESH == // CAUTION: this may delete data you wanted to keep -- be sure to backup the schema if you want to retain your information php rake/data_rake.php ==Fake lightweight "Framework"== Models are in the models folder No controllers, but instead actions are autorouted to the proper page URL style is "something.com/[page]/[action] DIR style is /pages/[page]/[action].php API URL style is "something.com/api/[page]/[action] API DIR style is /api/[page]/[method]_[action].php
About
Find out what is true and false with the click of a button
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published