JTableUser/1.5
From Joomla! Documentation
< JTableUser(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JTableUser== | ||
| + | ===Description=== | ||
| + | {{Description:JTableUser}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JTableUser|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableUser|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JTableUser::__construct/1.5|__construct]] | |[[JTableUser::__construct/1.5|__construct]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JTableUser::bind/1.5|bind]] | |[[JTableUser::bind/1.5|bind]] | ||
|Overloaded bind function. | |Overloaded bind function. | ||
|- | |- | ||
| + | |public | ||
|[[JTableUser::check/1.5|check]] | |[[JTableUser::check/1.5|check]] | ||
|Validation and filtering. | |Validation and filtering. | ||
|- | |- | ||
| + | |public | ||
|[[JTableUser::delete/1.5|delete]] | |[[JTableUser::delete/1.5|delete]] | ||
|Default delete method. | |Default delete method. | ||
|- | |- | ||
| + | |public | ||
|[[JTableUser::setLastVisit/1.5|setLastVisit]] | |[[JTableUser::setLastVisit/1.5|setLastVisit]] | ||
|Updates last visit time of user. | |Updates last visit time of user. | ||
|- | |- | ||
| + | |public | ||
|[[JTableUser::store/1.5|store]] | |[[JTableUser::store/1.5|store]] | ||
|Inserts a new row if id is zero or updates an existing row in the database table. | |Inserts a new row if id is zero or updates an existing row in the database table. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/database/table/user.php | ||
| + | * '''Extends''' [[JTable/1.5|JTable]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.user' );</source> | <source lang="php">jimport( 'joomla.database.table.user' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JTableUser''' on [http://api.joomla.org/1.5/Joomla-Framework/Database/JTableUser.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JTableUser source code''' on [[jframework15:database/table/user.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Database/1.5|Database]] | ||
| + | * [[JTableUser|Other versions of JTableUser]] | ||
| + | {{SeeAlso:JTableUser}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableUser|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableUser|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 59: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JTableUser]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JTableUser]]</noinclude> | ||
Latest revision as of 16:06, 13 February 2013
[edit]
JTableUser
[edit] Description
Description:JTableUser [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | |
| public | bind | Overloaded bind function. |
| public | check | Validation and filtering. |
| public | delete | Default delete method. |
| public | setLastVisit | Updates last visit time of user. |
| public | store | Inserts a new row if id is zero or updates an existing row in the database table. |
- Defined in libraries/joomla/database/table/user.php
- Extends JTable
[edit] Importing
jimport( 'joomla.database.table.user' );
[edit] See also
-
JTableUser on api.joomla.org
-
JTableUser source code on JoomlaCode
-
Subpackage Database
- Other versions of JTableUser
SeeAlso:JTableUser [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />