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

Re: [scorpioncapital] mysql conditional selects

Quote Reply
Re: [scorpioncapital] mysql conditional selects In reply to
Something like this?

$DB->table('Links')->select( ['3'], GT::SQL::Condition->new('live_date','!=','todays_date') ) || die $GT::SQL::error;

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread mysql conditional selects scorpioncapital 2057 Jan 26, 2005, 8:23 AM
Thread Re: [scorpioncapital] mysql conditional selects
Andy 1996 Jan 26, 2005, 9:55 AM
Post Re: [Andy] mysql conditional selects
scorpioncapital 1987 Jan 26, 2005, 10:04 AM