示例#1
0
 /**
  * Render table.
  * @return ArticleList
  */
 public function render()
 {
     $this->beforeRender();
     include $this->getPath('table.php');
     self::$renderTable = TRUE;
     echo '</div><!-- /#list-' . $this->id . ' -->';
     return $this;
 }