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

Re: [Andy] ...unblessed reference...

Quote Reply
Re: [Andy] ...unblessed reference... In reply to
Yup because you can't use select_options like that. It doesn't return a table object so has to be called on it's own like:

$table->select_options( ... );
my $sth = $table->select( ... );
Subject Author Views Date
Thread ...unblessed reference... Andy 2080 Apr 25, 2003, 1:25 AM
Thread Re: [Andy] ...unblessed reference...
Paul 1963 Apr 25, 2003, 1:47 AM
Post Re: [Paul] ...unblessed reference...
Andy 1964 Apr 25, 2003, 6:58 AM