Skip to content

slifty/truth-goggles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

479f188 · Jul 7, 2014

History

47 Commits
Jun 30, 2014
Jun 27, 2014
Jun 30, 2014
Jul 7, 2014
Jun 19, 2014
Jun 19, 2014
Jun 27, 2014
Jun 3, 2014
Jun 3, 2014

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

No packages published