JTableSection
From Joomla! Documentation
JTableSection is a concrete table class which handles data-rows of the #__sections table.
Contents |
Availability
Defined in
/joomla/database/table/section.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 | |
| alias | Seciton alias |
| checked_out | Is this section checked out for editing |
| checked_out_time | Time of check out |
| description | Section Description |
| id | Primary Key. |
| image | |
| image_position | |
| name | The full name of the section |
| ordering | |
| params | Section parameters |
| published | Is this section published |
| scope | |
| title | the menu title for the section (a short name) |
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.section' );
