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

$dgraph->check_values($ch)

Quote Reply
$dgraph->check_values($ch)
Hello all:
Please help. Where can are find the route "check_values()".
This routine is referenced in "GMail::NoAuth::Join", as $dgraph->check_values($ch), but where is the routine?
Thank you, pcurran
Quote Reply
Re: [pyc] $dgraph->check_values($ch) In reply to
Please use the correct forum Wink I've moved your post in the right forum now. You will probably get a bit more help here ;-)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [pyc] $dgraph->check_values($ch) In reply to
Hi pcurran,

$dgraph is a GT::SQL::Table object here and you can find check_values in the GT::SQL::Table module. I don't believe that there is any info on this method in the POD but here is an excerpt from the source:

Code:
sub check_values {
# -------------------------------------------------------------------
# Checks to see that the values for an insert are legal to
# be inserted. Returns false on error true on success
#


~Charlie
:wq
Quote Reply
Re: [Chaz] $dgraph->check_values($ch) In reply to
Very gut:

Thanks very much Chaz and thanks to Andy also.

sincerely, pcurran
Quote Reply
Re: [pyc] $dgraph->check_values($ch) In reply to
No worries :)

CP