API15:JTableUser
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JTableUser}}
===Defined in===
...) |
|||
| Line 30: | Line 30: | ||
|Overloaded bind function | |Overloaded bind function | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.user' );</source> | <source lang="php">jimport( 'joomla.database.table.user' );</source> | ||
Latest revision as of 12:32, 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:JTableUser
Contents |
[edit] Defined in
libraries/joomla/database/table/user.php
[edit] Methods
| Method name | Description |
|---|---|
| __construct | |
| check | Validation and filtering |
| store | Inserts a new row if id is zero or updates an existing row in the database table |
| delete | Default delete method |
| setLastVisit | Updates last visit time of user |
| bind | Overloaded bind function |
[edit] Importing
jimport( 'joomla.database.table.user' );
[Edit See Also] SeeAlso:JTableUser
[edit] Examples
<CodeExamplesForm />
