Public Member Functions |
| run () |
Protected Attributes |
| $_db |
Detailed Description
Definition at line 13 of file TbExtendedTooltipAction.php.
Member Function Documentation
TbExtendedTooltipAction::getDbConnection |
( |
| ) |
|
|
protected |
Returns the currently active database connection. By default, the 'db' application component will be returned and activated. You can call setDbConnection to switch to a different database connection. Methods such as insert, createTable will use this database connection to perform DB queries.
- Exceptions
-
- Returns
- CDbConnection the currently active database connection
Definition at line 63 of file TbExtendedTooltipAction.php.
TbExtendedTooltipAction::run |
( |
| ) |
|
Member Data Documentation
TbExtendedTooltipAction::$_db |
|
protected |
TbExtendedTooltipAction::$connectionID = 'db' |
TbExtendedTooltipAction::$tooltipTable = 'tbl_tooltip' |
The documentation for this class was generated from the following file: