Ejemplo n.º 1
0
 public function execute()
 {
     // Setup the template.
     $template = Template::getInstance();
     $template->set('table', $this);
     $template->set('content', 'table');
     // Call the appropriate execution handler.
     parent::execute();
 }