\KDatabaseTableAbstract getTable(
)
|
|
Method to get a table object
Function catches KDatabaseTableExceptions that are thrown for tables that don't exist. If no table object can be created the function will return FALSE.
Tags:
mixed __call(
string
$method, array
$arguments)
|
|
Forward the call to each row
This functions overloads KDatabaseRowsetAbstract::__call and implements a just in time mixin strategy. Available table behaviors are only mixed when needed.
Tags:
Overrides
KDatabaseRowsetAbstract::__call() (Search the mixin method map and call the method or forward the call to each row for processing.)
Parameters: