JTableModule
From Joomla! Documentation
JTableModule is a concrete table class which handles data-rows of the #__modules table.
Contents |
Availability
Defined in
/joomla/database/table/module.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 | Is Module checked out for editing? | |
| checked_out_time | Time of check out | |
| client_id | ||
| content | ||
| control | ||
| id | Primary key | |
| iscore | ||
| module | ||
| numnews | ||
| ordering | ||
| params | ||
| position | ||
| published | Is the module published? | |
| showtitle | ||
| title | Module Title |
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. Takes table name, primary key and database reference. |
| bind | Overloaded bind function |
| check | Overloaded check function |
Importing
jimport( 'joomla.database.table.module' );
