Difference between revisions of "PHPLights/Documentation/liblights/LsDBStmt"
From Linuxnetworks
< PHPLights | Documentation | liblights
(initial) |
(constructor) |
||
| Line 5: | Line 5: | ||
const Num = 0; | const Num = 0; | ||
const Assoc = 1; | const Assoc = 1; | ||
| + | |||
| + | protected $handle = NULL; | ||
| + | |||
| + | public function __construct( $handle ) | ||
} | } | ||
== Description == | == Description == | ||
| + | |||
| + | == Public functions == | ||
| + | |||
| + | === __construct() === | ||
| + | |||
| + | public function __construct( $handle ) | ||
---- | ---- | ||
Back to [[PHPLights/Documentation/liblights|Overview]] | Back to [[PHPLights/Documentation/liblights|Overview]] | ||
Latest revision as of 23:14, 22 September 2007
Synopsis
abstract class LsDBStmt
{
const Num = 0;
const Assoc = 1;
protected $handle = NULL;
public function __construct( $handle )
}
Description
Public functions
__construct()
public function __construct( $handle )
Back to Overview