API17

JTableViewlevel: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 2: Line 2:
=={{JVer|11.1}} JTableViewlevel==
=={{JVer|11.1}} JTableViewlevel==
===Description===
===Description===
{{subst:Description:JTableViewlevel}}
 


===Methods===
===Methods===
Line 32: Line 32:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[API17:JTableViewlevel|Other versions of JTableViewlevel]]
* [[API17:JTableViewlevel|Other versions of JTableViewlevel]]
{{subst:SeeAlso:JTableViewlevel}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JTableViewlevel
category=JTableViewlevel
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 03:51, 25 March 2017

Joomla 11.1 JTableViewlevel

Description

Methods

Visibility Method name Description
public __construct Constructor.
public bind Method to bind the data.
public check Method to check the current record to save.
  • Defined in libraries/joomla/database/table/viewlevel.php
  • Extends JTable

Importing

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

See also


User contributed notes

Code Examples