rows[] = $row; return $this; } public function render() { return phutil_tag('table', array(), $this->rows); } }