column)<1) { $this->error[] = 'You have not set any column names'; } if(empty($this->error)) { //add table id if set if(!empty($this->id)) { $add_id = ' id="'.$this->id.'"'; } //add defaults if not set if(empty($this->css_class)) { $this->css_class = 'table'; } if(empty($this->cellspacing)) { $this->cellspacing = '2'; } if(empty($this->cellpadding)) { $this->cellpadding = '2'; } if(empty($this->limit)) { $this->limit = '10'; } $this->table .= '