API17

Difference between revisions of "JTableNested::move"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 36: Line 36:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableNested::move source code''' on [[jplatform:database/tablenested.php#cl-228|BitBucket]]
 
* {{JVer|11.1}} '''JTableNested::move source code''' on [[jplatform:database/tablenested.php#cl-228|BitBucket]]
* {{JVer|11.1}} Class [[JTableNested/11.1|JTableNested]]
+
* {{JVer|11.1}} Class [[API17:JTableNested|JTableNested]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JTableNested::move|Other versions of JTableNested::move]]
+
* [[API17:JTableNested::move|Other versions of JTableNested::move]]
 
{{SeeAlso:JTableNested::move}}
 
{{SeeAlso:JTableNested::move}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:42, 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 JTableNested::move[edit]

Description[edit]

Method to move a row in the ordering sequence of a group of rows defined by an SQL WHERE clause.

Template:Description:JTableNested::move [Edit Descripton]

public function move (
        $delta
        $where= ''
)
Parameter Type Default Description
$delta
$where
  • Returns
  • Defined on line 236 of libraries/joomla/database/tablenested.php

See also[edit]

Template:SeeAlso:JTableNested::move [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />