API17

Difference between revisions of "JTableNested::publish"

From Joomla! Documentation

m (JoomlaWikiBot moved page JTableNested::publish/11.1 to API17:JTableNested::publish without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Method to set the publishing state for a node or list of nodes in the database table.  
 
Method to set the publishing state for a node or list of nodes in the database table.  
  
{{Description:JTableNested::publish}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableNested::publish|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function publish (
 
public function publish (
Line 42: Line 40:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableNested::publish source code''' on [[jplatform:database/tablenested.php#cl-842|BitBucket]]
 
* {{JVer|11.1}} '''JTableNested::publish source code''' on [[jplatform:database/tablenested.php#cl-842|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::publish|Other versions of JTableNested::publish]]
+
* [[API17:JTableNested::publish|Other versions of JTableNested::publish]]
{{SeeAlso:JTableNested::publish}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JTableNested::publish|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableNested::publish
 
category=JTableNested::publish
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 60: Line 56:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JTableNested]][[Category:JTableNested::publish]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:50, 24 March 2017

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::publish[edit]

Description[edit]

Method to set the publishing state for a node or list of nodes in the database table.


public function publish (
        $pks=null
        $state=1
        $userId=0
)
Parameter Type Default Description
$pks null
$state 1
$userId 0
  • Returns
  • Defined on line 850 of libraries/joomla/database/tablenested.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]