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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Mark2] Detrmine the depth of category: Edit Log

Here is the list of edits for this post
Re: [Mark2] Detrmine the depth of category
See the parent_ids() method in GT::SQL::Tree, eg...

Code:
my $PIDS = $DB->table('Categories')->tree()->parent_ids(id => $CategoryID);

Last edited by:

Hargreaves: Dec 6, 2005, 12:56 PM

Edit Log: