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

Re: [Alex] Comma in the count

Quote Reply
Re: [Alex] Comma in the count In reply to
What about the category grand total?

I'm using a global called "total_cats" with the following:

Code:
sub {
my $cat_db = $DB->table('Category');
my $count = $cat_db->count();
return $count;
}

Sean

Last edited by:

SeanP: Nov 2, 2001, 9:23 AM
Subject Author Views Date
Thread Comma in the count jgkiefer 6069 Oct 13, 2001, 9:06 AM
Thread Re: [jgkiefer] Comma in the count
Alex 5900 Oct 13, 2001, 11:32 AM
Thread Re: [Alex] Comma in the count
jgkiefer 5876 Oct 13, 2001, 11:53 AM
Thread Re: [jgkiefer] Comma in the count
Alex 5918 Oct 15, 2001, 11:43 AM
Post Re: [Alex] Comma in the count
jgkiefer 5838 Oct 15, 2001, 2:09 PM
Thread Re: [Alex] Comma in the count
SeanP 5850 Nov 2, 2001, 9:10 AM
Thread Re: [SeanP] Comma in the count
jgkiefer 5859 Nov 4, 2001, 2:59 PM
Thread Re: [jgkiefer] Comma in the count
Alex 5778 Nov 16, 2001, 3:21 PM
Post Re: [Alex] Comma in the count
jgkiefer 5744 Nov 16, 2001, 4:28 PM
Thread Re: [Alex] Comma in the count
fulcan 5713 Feb 6, 2002, 4:03 AM
Thread Re: [fulcan] Comma in the count
Alex 5731 Feb 6, 2002, 9:21 AM
Post Re: [Alex] Comma in the count
fulcan 5675 Feb 6, 2002, 12:50 PM
Post Re: [SeanP] Comma in the count
SeanP 5773 Nov 15, 2001, 8:40 PM