API17:JTableViewlevel::bind
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JTableViewlevel::bind|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableViewlevel::bind|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function bind ( |
| + | $array | ||
| + | $ignore= '' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True on success, false on failure. | |
| − | boolean True on success, false on failure. | + | * '''Defined''' on line 44 of libraries/joomla/database/table/viewlevel.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/database/table/viewlevel.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JTableViewlevel::bind source code''' on [[jplatform:database/table/viewlevel.php#cl-36|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JTableViewlevel/11.1|JTableViewlevel]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]] | ||
| + | * [[JTableViewlevel::bind|Other versions of JTableViewlevel::bind]] | ||
| + | {{SeeAlso:JTableViewlevel::bind}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableViewlevel::bind|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableViewlevel::bind|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 52: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JTableViewlevel]][[Category:JTableViewlevel::bind]]</noinclude> | <noinclude>[[Category:JTableViewlevel]][[Category:JTableViewlevel::bind]]</noinclude> | ||
Revision as of 21:50, 27 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.
JTableViewlevel::bind
Description
Method to bind the data.
Description:JTableViewlevel::bind [Edit Descripton]
public function 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 on line 44 of libraries/joomla/database/table/viewlevel.php
- Since
See also
-
JTableViewlevel::bind source code on BitBucket
-
Class JTableViewlevel
-
Subpackage Database
- Other versions of JTableViewlevel::bind
SeeAlso:JTableViewlevel::bind [Edit See Also]
User contributed notes
<CodeExamplesForm />
