Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Need Help - Main Categories Global

Quote Reply
Need Help - Main Categories Global
Hi I've searched around the forum and Resources for a global which will display only the main categories, couldn't find one. So i tried creating my own, I just need a little help with how the syntax works

Code:


sub {
my @cats = $DB->table('Category')->select( 'Name' )->where('FatherID = 0');
#
for (@cats) {
print "$_<br />\n";
}
}


I'm not exactly sure about the where('FatherID = 0') part. How does perl & SQL work? I'm only used to PHP & SQL
Subject Author Views Date
Thread; hot thread Need Help - Main Categories Global kzap 6257 Sep 7, 2003, 1:04 AM
Thread; hot thread Re: [kzap] Need Help - Main Categories Global
Andy 6174 Sep 7, 2003, 2:45 AM
Thread; hot thread Re: [Andy] Need Help - Main Categories Global
scorpioncapital 6203 Sep 7, 2003, 9:47 AM
Post; hot thread Re: [scorpioncapital] Need Help - Main Categories Global
Andy 6138 Sep 7, 2003, 9:52 AM
Thread; hot thread Re: [scorpioncapital] Need Help - Main Categories Global
scorpioncapital 6211 Sep 7, 2003, 10:50 AM
Post; hot thread Re: [scorpioncapital] Need Help - Main Categories Global
Andy 6168 Sep 7, 2003, 11:03 AM
Thread; hot thread Re: [Andy] Need Help - Main Categories Global
kzap 6189 Sep 7, 2003, 10:35 AM
Thread; hot thread Re: [kzap] Need Help - Main Categories Global
Andy 6162 Sep 7, 2003, 10:41 AM
Thread; hot thread Re: [Andy] Need Help - Main Categories Global
kzap 6136 Sep 7, 2003, 10:55 AM
Thread; hot thread Re: [kzap] Need Help - Main Categories Global
Andy 6153 Sep 7, 2003, 11:01 AM
Thread; hot thread Re: [Andy] Need Help - Main Categories Global
kzap 6169 Sep 7, 2003, 11:12 AM
Thread; hot thread Re: [kzap] Need Help - Main Categories Global
Andy 6186 Sep 7, 2003, 11:13 AM
Post; hot thread Re: [Andy] Need Help - Main Categories Global
kzap 6101 Sep 7, 2003, 11:18 AM
Thread; hot thread Re: [kzap] Need Help - Main Categories Global
yogi 6147 Sep 7, 2003, 11:14 AM
Post; hot thread Re: [yogi] Need Help - Main Categories Global
Andy 6108 Sep 7, 2003, 11:15 AM