API15:JTableComponent
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JTableComponent}}
===Defi...) |
|||
| Line 24: | Line 24: | ||
|Overloaded bind function | |Overloaded bind function | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.component' );</source> | <source lang="php">jimport( 'joomla.database.table.component' );</source> | ||
Latest revision as of 12:31, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JTableComponent
Contents |
[edit] Defined in
libraries/joomla/database/table/component.php
[edit] Methods
| Method name | Description |
|---|---|
| __construct | |
| loadByOption | Loads a data row by option |
| check | Validate and filter fields |
| bind | Overloaded bind function |
[edit] Importing
jimport( 'joomla.database.table.component' );
[Edit See Also] SeeAlso:JTableComponent
[edit] Examples
<CodeExamplesForm />
