Hier noch ein Dump der Kategorientabelle
CREATE TABLE category (
category_id smallint(5) NOT NULL auto_increment,
parent_id smallint(5) NOT NULL default '0',
name varchar(100) NOT NULL default '',
description text NOT NULL,
allow_links char(3) NOT NULL default '',
PRIMARY KEY (category_id)
) TYPE=MyISAM;
____________________________________
Viele Grüße
Alex
(SUV-Fahrer aus Leidenschaft)
|