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

use global in a global ??

Quote Reply
use global in a global ??
Hallo everbody,

i want to create a Global with a big parameter and want to use it in many other globals. Is it possible and how is the syntax to call the global with the parameters
sample:
my $count = $DB->table('CatLinks','Links')->count( GT::SQL::Condition->new( statistik => '=' => '1', Status => 'IN' => ['200','201','202','203'],CategoryID => 'IN' => $id$) );
I want to fill the ['200','201','202','203'], in an global


my $count = $DB->table('CatLinks','Links')->count( GT::SQL::Condition->new( statistik => '=' => '1', Status => 'IN' => [globalname],CategoryID => 'IN' => $id$) );

Best thanks for help

Jupp
Subject Author Views Date
Thread use global in a global ?? jupp 3554 Jun 10, 2004, 12:27 PM
Thread Re: [jupp] use global in a global ??
pugdog 3433 Jun 12, 2004, 8:22 AM
Post Re: [pugdog] use global in a global ??
jupp 3424 Jun 14, 2004, 1:25 AM
Thread Re: [pugdog] use global in a global ??
webmaster33 3303 Jan 17, 2006, 11:31 AM
Thread Re: [webmaster33] use global in a global ??
Andy 3286 Jan 17, 2006, 11:58 PM
Thread Re: [Andy] use global in a global ??
webmaster33 3279 Jan 18, 2006, 3:26 AM
Post Re: [webmaster33] use global in a global ??
webmaster33 3247 Jan 18, 2006, 7:21 AM