API16

JTableViewlevel: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JTableViewlevel}} ===Defi...
 
Doxiki (talk | contribs)
No edit summary
Line 18: Line 18:
|Method to check the current record to save
|Method to check the current record to save
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.database.table.viewlevel' );</source>
<source lang="php">jimport( 'joomla.database.table.viewlevel' );</source>

Revision as of 10:07, 30 March 2010

[Edit Descripton] Template:Description:JTableViewlevel

Defined in

libraries/joomla/database/table/viewlevel.php

Methods

Method name Description
__construct Constructor
check Method to check the current record to save

Importing

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

[Edit See Also] Template:SeeAlso:JTableViewlevel

Examples

<CodeExamplesForm />