url(array('controller' => 'sql', 'action' => 'optimize.tables')); $analyzeTablesUrl = $this->url(array('controller' => 'sql', 'action' => 'analyze.tables')); $checkTablesUrl = $this->url(array('controller' => 'sql', 'action' => 'check.tables')); $repairTablesUrl = $this->url(array('controller' => 'sql', 'action' => 'repair.tables')); $emptyTablesUrl = $this->url(array('controller' => 'sql', 'action' => 'empty.tables')); $deleteTablesUrl = $this->url(array('controller' => 'sql', 'action' => 'delete.tables')); $createTableUrl = $this->url(array('controller' => 'sql', 'action' => 'create.table')); ?>