예제 #1
0
파일: Html.php 프로젝트: goragod/kotchasan
 /**
  * create Table
  *
  * @param array $attributes
  * @return HtmlTable
  */
 public static function table($attributes = array())
 {
     return HtmlTable::create($attributes);
 }