API15

JTableComponent/check

From Joomla! Documentation

< API15:JTableComponent
Revision as of 17:16, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Validate and filter fields <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowik...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API15" 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.

Description[edit]

Validate and filter fields

[Edit Descripton]

Template:Description:JTableComponent/check

Syntax[edit]

check()


Defined in[edit]

libraries/joomla/database/table/component.php

Importing[edit]

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

Source Body[edit]

function check()
{
        $this->parent = intval( $this->parent );
        $this->ordering = intval( $this->ordering );
        return true;
}

[Edit See Also] Template:SeeAlso:JTableComponent/check

Examples[edit]

<CodeExamplesForm />