Laurian / truth-goggles

Find out what is true and false with the click of a button

Home Page:truthgoggl.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== 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

truthgoggl.es


Languages

Language:PHP 71.1%Language:JavaScript 24.0%Language:CSS 4.8%Language:Hack 0.1%