API17

Difference between revisions of "JTableViewlevel"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JTableViewlevel::__construct/11.1|__construct]]
+
|[[API17:JTableViewlevel::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableViewlevel::bind/11.1|bind]]
+
|[[API17:JTableViewlevel::bind|bind]]
 
|Method to bind the data.  
 
|Method to bind the data.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableViewlevel::check/11.1|check]]
+
|[[API17:JTableViewlevel::check|check]]
 
|Method to check the current record to save.  
 
|Method to check the current record to save.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/database/table/viewlevel.php
 
* '''Defined in''' libraries/joomla/database/table/viewlevel.php
* '''Extends''' [[JTable/11.1|JTable]]
+
* '''Extends''' [[API17:JTable|JTable]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.table.viewlevel' );</source>
 
<source lang="php">jimport( 'joomla.database.table.viewlevel' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableViewlevel source code''' on [[jplatform:database/table/viewlevel.php|BitBucket]]
 
* {{JVer|11.1}} '''JTableViewlevel source code''' on [[jplatform:database/table/viewlevel.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JTableViewlevel|Other versions of JTableViewlevel]]
+
* [[API17:JTableViewlevel|Other versions of JTableViewlevel]]
 
{{SeeAlso:JTableViewlevel}}
 
{{SeeAlso:JTableViewlevel}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 49: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableViewlevel]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:44, 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 JTableViewlevel[edit]

Description[edit]

Template:Description:JTableViewlevel [Edit Descripton]

Methods[edit]

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

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

See also[edit]

Template:SeeAlso:JTableViewlevel [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />