API17:JTableUser::bind
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JTableUser::bind ($array, $ignore= '') |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
boolean True on success, false on failure. | boolean True on success, false on failure. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/database/table/user.php | + | libraries/joomla/database/table/user.php (line 121) |
| + | * see source code in [[jplatform:database/table/user.php#cl-121|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:25, 23 April 2011
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.
JTableUser::bind
Description
Method to bind the user, user groups, and any other necessary data.
Description:JTableUser::bind [Edit Descripton]
Since
Synopsis
public JTableUser::bind ($array, $ignore= '')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | array | The data to bind. | |
| $ignore | mixed | An array or space separated list of fields to ignore. |
Returns
boolean True on success, false on failure.
Defined in
libraries/joomla/database/table/user.php (line 121)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
