$a->action
$DB->Select("tests",array('test1'),"WHERE id='blah blah'");$q = $DB->Fetch();echo $q['test1'];