QueryTableParser.php 3

Type Line Description
TODO 22 handle table names with spaces wrapped in backticks or quotes
TODO 22 stop parsing early if possible -- after the JOIN clause (if any)
TODO 22 ignore token values inside string literals or backticks

MySQLTableReport.php 5

Type Line Description
TODO 96 describe the config format in more detail
TODO 96 create a base class
TODO 96 create a pear package out of this
TODO 96 abstract aggregate function handling (or move to the config)
TODO 720 make this a plugin / configurable