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
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!
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