name = $name; $this->type = $type; $this->options = ( ! empty($options)) ? $this->validate_options($options) : array(); } // -------------------------------------------------------------------------- /** * Return the string to create the column * * @return string */ public function __toString() { $num_args = func_num_args(); } } // End of table_column.php