Ejemplo n.º 1
0
 /**
  * set up the import csv file form
  */
 function import()
 {
     require_once JPATH_COMPONENT . DS . 'views' . DS . 'table.php';
     $connModel =& $this->getModel('Connection');
     $realCnns = $connModel->getConnections();
     $connection = $connModel->getConnectionsDd($realCnns, '', 'connection_id', '');
     FabrikViewTable::import($connection);
 }