JUser::getTable: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Method to get the user table object. | Method to get the user table object. | ||
<source lang="php"> | <source lang="php"> | ||
public static | public static function getTable ( | ||
$type=null | |||
$prefix= 'JTable' | |||
) | |||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
|- | |- | ||
|} | |} | ||
=== | * '''Returns''' | ||
* '''Defined''' on line 467 of libraries/joomla/user/user.php | |||
===See also=== | |||
* {{JVer|11.1}} '''JUser::getTable source code''' on [[jplatform:user/user.php#cl-459|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JUser|JUser]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]] | |||
* [[API17:JUser::getTable|Other versions of JUser::getTable]] | |||
===User contributed notes=== | |||
=== | === Code Examples === | ||
=== | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JUser::getTable | category=JUser::getTable | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:55, 25 March 2017
JUser::getTable
Description
Method to get the user table object.
public static function getTable (
$type=null
$prefix= 'JTable'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | null | ||
| $prefix |
- Returns
- Defined on line 467 of libraries/joomla/user/user.php
See also
JUser::getTable source code on BitBucket
Class JUser
Subpackage User- Other versions of JUser::getTable
User contributed notes
Code Examples