dave 3da0ba87e2 - Update the table editor, instead of doing all that funky stuff for listing
the table, we call a method in the table helper class.  That method returns 3
  things.. an array of SELECT columns, an array of FROM tables, and an array of
  WHERE clauses.  The table editor takes these, adds ORDER, LIMIT, etc, and
  runs the sql.
- Update the table editor to allow variables to be set.  THe helper class reads
  these variables to do pretty much anything it wants.. In this commit, it
  reads the judges_show_what variable, to determine how to format the SQL for
  selecting the table of judges (so the calling php can now know NOTHIGN about
  the database, it just sets a variable and expects the data to be formatted
  correctly.
- Update the judge manager, show all judges should now SHOW ALL JUDGES.
2007-01-28 07:53:14 +00:00
2005-01-25 15:04:40 +00:00
2005-03-29 21:04:16 +00:00
2006-09-04 15:42:34 +00:00
2005-11-21 21:27:52 +00:00
2005-04-15 14:27:18 +00:00
Description
Formerly Science Fair In A Box (SFIAB)
83 MiB
Languages
PHP 56.8%
HTML 22.4%
JavaScript 17.4%
ColdFusion 1.2%
CSS 0.9%
Other 1.2%