API17

Difference between revisions of "JTableViewlevel::bind"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JTableViewlevel::bind|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JTableViewlevel::bind|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JTableViewlevel::bind ($array, $ignore= '')
+
public function bind (
 +
        $array
 +
        $ignore= ''
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''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
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/database/table/viewlevel.php (line 44)
 
* see source code in [[jplatform:database/table/viewlevel.php#cl-44|BitBucket]]
 
===Referenced by===
 
 
===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>
* [[JTableViewlevel/11.1|JTableViewlevel]]
+
===User contributed notes===
* [[JTableViewlevel::bind|Other versions of this method]]
 
{{SeeAlso:JTableViewlevel::bind}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 53: 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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JTableViewlevel::bind[edit]

Description[edit]

Method to bind the data.

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

See also[edit]

Template:SeeAlso:JTableViewlevel::bind [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />