Beispiel #1
0
 /**
  * display the import CSV file form
  */
 function display()
 {
     $this->tableid = JRequest::getVar('tableid', 0);
     $tableModel =& JModel::getInstance('Table', 'FabrikModel');
     $tableModel->setId($this->tableid);
     $this->table =& $tableModel->getTable();
     FabrikViewImport::import();
 }