예제 #1
0
 /**
  * Return <table> begin
  * @param array $options table options
  * @return string $html <table>
  */
 public static function tableBegin($options)
 {
     $extra = html::parseExtra($options);
     return "<table {$extra}>\n";
 }