blueshoes php application framework and cms            core_db
[ class tree: core_db ] [ index: core_db ] [ all elements ]

Procedural File: Bs_DbGeneral.lib.php

Source Location: /core/db/Bs_DbGeneral.lib.php



Classes:



Page Details:









bs_isReservedDbWord [line 14]

int bs_isReservedDbWord( string $word)

The following words are explicitly reserved in MySQL and most of them are forbidden by ANSI SQL92



Tags:

return:  0 if the word is ok, 1 if it's a discouraged word but allowed (don't use it please!!!), 2 if it's disallowed.
see:  $this->isValidName()
static:  
access:  public


Parameters

string   $word   the word you want to check
[ Top ]



Documentation generated on Mon, 29 Dec 2003 21:08:47 +0100 by phpDocumentor 1.2.3