API17

Difference between revisions of "JTableNested:: logtable"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
  
{{Description:JTableNested::_logtable}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableNested::_logtable|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JTableNested::_logtable ($showData=true, $showQuery=true)
+
protected function _logtable (
 +
        $showData=true
 +
        $showQuery=true
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 1589 of libraries/joomla/database/tablenested.php
 +
===See also===
 +
* {{JVer|11.1}} '''JTableNested::_logtable source code''' on [[jplatform:database/tablenested.php#cl-1581|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JTableNested|JTableNested]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 +
* [[API17:JTableNested::_logtable|Other versions of JTableNested::_logtable]]
  
===Defined in===
+
 
libraries/joomla/database/tablenested.php (line 1550)
+
===User contributed notes===
* see source code in [[jplatform:database/tablenested.php#cl-1550|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableNested::_logtable|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JTableNested/11.1|JTableNested]]
 
* [[JTableNested::_logtable|Other versions of this method]]
 
{{SeeAlso:JTableNested::_logtable}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableNested::_logtable
 
category=JTableNested::_logtable
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JTableNested]][[Category:JTableNested::_logtable]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:49, 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::_logtable[edit]

Description[edit]

protected function _logtable (
        $showData=true
        $showQuery=true
)
Parameter Type Default Description
$showData true
$showQuery true
  • Returns
  • Defined on line 1589 of libraries/joomla/database/tablenested.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]