Ejemplo n.º 1
0
 /**
  * Shows the export page for this table.
  */
 public function actionExport()
 {
     $exportPage = new ExportPage('objects', $this->schema);
     $exportPage->setSelectedObjects('t:' . $this->table);
     $exportPage->run();
     $this->render('../global/export', array('model' => $exportPage));
 }