response->getHeader(); $scripts = $header->getScripts(); $scripts->addFile('import.js'); /** * Gets tables information and displays top links */ Common::table(); $url_params['goto'] = Url::getFromRoute('/table/import'); $url_params['back'] = Url::getFromRoute('/table/import'); $url_query .= Url::getCommon($url_params, '&'); $this->response->addHTML(Import::get( 'table', $db, $table, $max_upload_size )); } }