コード例 #1
0
ファイル: Table.php プロジェクト: kemosabhay/Lightning
 public function execute()
 {
     // Setup the template.
     $template = Template::getInstance();
     $template->set('table', $this);
     $template->set('content', 'table');
     // Call the appropriate execution handler.
     parent::execute();
 }