Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
updateclass.php File Reference

Go to the source code of this file.

Namespaces

namespace  FDL
 

Variables

 $appclass = getHttpVars('appc', 'WHAT')
 
 $class = getHttpVars('class', '')
 
 $db = getHttpVars('dbcoord', getDbAccess())
 
 $o = new $class($db)
 
 $dbid =pg_connect($db)
 
 $sql =array()
 
 $rq =@pg_query ($dbid, "select * from ".$o->dbtable." LIMIT 1;")
 
if(!$rq) else
 
if(pg_result_error($rq)=="") $sqlcmds = explode(";",$o->sqlcreate)
 

Variable Documentation

$appclass = getHttpVars('appc', 'WHAT')

Definition at line 19 of file updateclass.php.

$class = getHttpVars('class', '')

Definition at line 20 of file updateclass.php.

$db = getHttpVars('dbcoord', getDbAccess())

Definition at line 21 of file updateclass.php.

$dbid =pg_connect($db)

Definition at line 27 of file updateclass.php.

$o = new $class($db)

Definition at line 25 of file updateclass.php.

$rq =@pg_query ($dbid, "select * from ".$o->dbtable." LIMIT 1;")

Definition at line 34 of file updateclass.php.

$sql =array()

Definition at line 33 of file updateclass.php.

if (pg_result_error($rq)=="") $sqlcmds = explode(";",$o->sqlcreate)

Definition at line 56 of file updateclass.php.

if (!$rq) else
Initial value:
{
$row=0

Definition at line 43 of file updateclass.php.

← centre documentaire © anakeen - published under CC License - Dynacase