API17

Difference between revisions of "JTableUpdate"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JTableUpdate::__construct/11.1|__construct]]
+
|[[API17:JTableUpdate::__construct|__construct]]
 
|Contructor.  
 
|Contructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableUpdate::bind/11.1|bind]]
+
|[[API17:JTableUpdate::bind|bind]]
 
|Overloaded bind function.  
 
|Overloaded bind function.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableUpdate::check/11.1|check]]
+
|[[API17:JTableUpdate::check|check]]
 
|Overloaded check function.  
 
|Overloaded check function.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableUpdate::find/11.1|find]]
+
|[[API17:JTableUpdate::find|find]]
 
|
 
|
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/database/table/update.php
 
* '''Defined in''' libraries/joomla/database/table/update.php
* '''Extends''' [[JTable/11.1|JTable]]
+
* '''Extends''' [[API17:JTable|JTable]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.table.update' );</source>
 
<source lang="php">jimport( 'joomla.database.table.update' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableUpdate source code''' on [[jplatform:database/table/update.php|BitBucket]]
 
* {{JVer|11.1}} '''JTableUpdate source code''' on [[jplatform:database/table/update.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JTableUpdate|Other versions of JTableUpdate]]
+
* [[API17:JTableUpdate|Other versions of JTableUpdate]]
 
{{SeeAlso:JTableUpdate}}
 
{{SeeAlso:JTableUpdate}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:43, 11 May 2013

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 JTableUpdate[edit]

Description[edit]

Template:Description:JTableUpdate [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Contructor.
public bind Overloaded bind function.
public check Overloaded check function.
public find
  • Defined in libraries/joomla/database/table/update.php
  • Extends JTable

Importing[edit]

jimport( 'joomla.database.table.update' );

See also[edit]

Template:SeeAlso:JTableUpdate [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />