JTablePlugin
From Joomla! Documentation
JTablePlugin is a concrete table class which handles data-rows of the #__plugins table.
Contents |
Availability
Defined in
/joomla/database/table/plugin.php
Extends
Reserved Database Field Names
The operation of this class is dependent on the existence of specially-named fields (columns) in the database table.
| Field name | Description |
|---|---|
| access | |
| checked_out | Plugin checked out for editing? |
| checked_out_time | Time of check out |
| client_id | |
| element | |
| folder | |
| id | Primary Key. |
| iscore | |
| name | Plugin Name |
| ordering | |
| params | Plugin parameters |
| published | Is the Plugin published |
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. Takes table name, primary key and database reference. |
| bind | Overloaded bind function |
Importing
jimport( 'joomla.database.table.plugin' );
