Class SQLMap
This is a class used to represent key->value pairs generated from database queries. The query isn't actually executed until you need it.
- Object
-
SQLMap
implements
IteratorAggregate
Methods summary
public
|
#
__construct(
Construct a SQLMap. |
public
string
|
|
public
|
|
public
|
|
protected
|
Methods inherited from Object
__call(),
__toString(),
__wakeup(),
addMethodsFrom(),
addStaticVars(),
addWrapperMethod(),
add_extension(),
add_static_var(),
allMethodNames(),
cacheToFile(),
cacheToFileWithArgs(),
clearCache(),
combined_static(),
create(),
createMethod(),
create_from_string(),
defineMethods(),
exists(),
extInstance(),
extend(),
getCustomClass(),
getExtensionInstance(),
getExtensionInstances(),
get_extensions(),
get_static(),
hasExtension(),
hasMethod(),
has_extension(),
invokeWithExtensions(),
is_a(),
loadCache(),
parentClass(),
parse_class_spec(),
remove_extension(),
sanitiseCachename(),
saveCache(),
set_stat(),
set_static(),
set_uninherited(),
stat(),
strong_create(),
uninherited(),
uninherited_static(),
useCustomClass()
Magic methods summary
Properties summary
protected
|
$query |
#
The query used to generate the map. |
protected
mixed
|
$keyField | |
protected
mixed
|
$titleField |