Difference between revisions of "PHPLights/Documentation/Interfaces/LsDBManagerIface"
From Linuxnetworks
< PHPLights | Documentation | Interfaces
(initial) |
(function fingerprints) |
||
| Line 12: | Line 12: | ||
=== acquire() === | === acquire() === | ||
| + | |||
| + | public function acquire( $name = 'default' ); | ||
=== release() === | === release() === | ||
| + | |||
| + | public function release( $conn ); | ||
---- | ---- | ||
Back to [[PHPLights/Documentation/Interfaces|Overview]] | Back to [[PHPLights/Documentation/Interfaces|Overview]] | ||
Latest revision as of 11:59, 22 September 2007
Synopsis
interface LsDBManagerIface
{
public function acquire( $name = 'default' );
public function release( $conn );
}
Description
Public functions
acquire()
public function acquire( $name = 'default' );
release()
public function release( $conn );
Back to Overview