/** * Autogenerated file */ /** * table_name."_sql.class.php"."\n"; ?> * *@file *@brief abstract of the table schema_name.".".$this->table_name?> */ class table_name)."_SQL";?> extends SQL { function __construct($p_id=-1) { $this->table = "schema_name.".".$this->table_name?>"; $this->primary_key = "pk?>"; /* * List of columns */ $this->name=array( '.'"'.$columns[$i]['column_name'].'"'; $sep=","; printf("\n"); endfor; ?> ); /* * Type of columns */ $this->type = array( '.'"'.$type.'"'; printf("\n"); $sep=","; endfor; ?> ); $this->default = array( "pk?>" => "auto", ); $this->date_format = "DD.MM.YYYY"; global $cn; parent::__construct($cn,$p_id); } }