SpanningViewModel::addExtraDB |
( |
|
$name | ) |
|
Add another database name
- Parameters
-
$name | [string] database name |
SpanningViewModel::findExtraTable |
( |
|
$table | ) |
|
Locate a table in one of the extra databases
- Parameters
-
$table | [string] name of table/view |
- Returns
- database_name.table_name or [boolean] false
Underlying tableExists function does not cope with identifier escapes correctly. Omitting backticks (etc) is not ideal but works in most cases.
SpanningViewModel::$extra_db_names = array() |
|
protected |
Name(s) of other databases the view makes use of
The documentation for this class was generated from the following file:
- fannie/classlib2.0/data/models/SpanningViewModel.php