Hello Guys Can anybody here answer my this question.
How we can show Latest Categories from this Sql table.
Here is the Table
--
-- Table structure for table `jos_afm_cats`
--
CREATE TABLE `jos_afm_cats` (
`cat_id` int(11) NOT NULL auto_increment,
`parent_id` text NOT NULL,
`file_id` int(11) NOT NULL default '0',
PRIMARY KEY (`cat_id`)
) ENGINE=InnoDB DEFAULT CHARSET=cp1251 AUTO_INCREMENT=12 ;
--
-- Dumping data for table `jos_afm_cats`
--
INSERT INTO `jos_afm_cats` (`cat_id`, `parent_id`, `file_id`) VALUES
(9, '0', 43),
(10, '9', 50),
(11, '0', 51);
Its a Joomla Component Called "AFiles" But Support on Programmers forum is Nill and Guy dont know English well .. So can you please Help me .