Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip padaryti kategorijai OPTGROUP nelieciant kategorija

Parašė fokosasxp· 2011 Bir. 8 16:06:04
#2

mysql lentele

--------------------------------------------------------
 
--
-- Table structure for table `category`
--
 
CREATE TABLE IF NOT EXISTS `category` (
`category_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`category_parent_id` int(10) unsigned DEFAULT NULL,
`category_title` varchar(255) DEFAULT NULL,
`category_active` tinyint(4) DEFAULT '1',
`category_ord` int(11) DEFAULT NULL,
PRIMARY KEY (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
 
--
-- Dumping data for table `category`
--