API17

JUser::getTable: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to get the user table object.  
Method to get the user table object.  


{{subst:Description:JUser::getTable}}
 


<source lang="php">
<source lang="php">
Line 37: Line 37:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]]
* [[API17:JUser::getTable|Other versions of JUser::getTable]]
* [[API17:JUser::getTable|Other versions of JUser::getTable]]
{{subst:SeeAlso:JUser::getTable}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JUser::getTable
category=JUser::getTable
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:55, 25 March 2017

Joomla 11.1 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


User contributed notes

Code Examples