Public Member Functions | |
| __init () | |
| index () | |
| browse ($table=null) | |
| bulk_delete () | |
| edit ($table, $id=0) | |
| insert ($model) | |
Public Member Functions inherited from Qvc_controller | |
| __construct () | |
| index () | |
| _remap ($method, $params=[]) | |
| _get_controller_path () | |
| _required_not_zero ($val) | |
Public Attributes | |
| $_access | |
Public Attributes inherited from Qvc_controller | |
| $_access | |
Implements the Database class, which provides an interface to manage data.
| Database::__init | ( | ) |
Post-constructor initialization.
| Database::browse | ( | $table = null | ) |
Browse a table
| string | $table |
| Database::bulk_delete | ( | ) |
Perform bulk deletions
| Database::edit | ( | $table, | |
$id = 0 |
|||
| ) |
Edit a record
| string | $table | |
| int | $id |
| Database::index | ( | ) |
Index page
| Database::insert | ( | $model | ) |
Insert a new record
| string | $model |
| Database::$_access |
1.8.5