![]() |
Xataface 2.0
Xataface Application Framework
|
Go to the source code of this file.
Variables | |
$app = & Dataface_Application::getInstance() | |
$fieldname = $_REQUEST['-field'] | |
$tablename = $_REQUEST['-table'] | |
$table = & Dataface_Table::loadTable($tablename) | |
$field = & $table->getField($fieldname) | |
exit | |
else | $index = 0 |
$queryTool = & Dataface_QueryTool::loadResult($tablename, null, $_REQUEST) | |
$mimetype = $field['mimetype'] | |
$columns = array($fieldname, $mimetype) |
$queryTool = & Dataface_QueryTool::loadResult($tablename, null, $_REQUEST) |