JTableMenuTypes

From Joomla! Documentation

Jump to: navigation, search

JTableMenuTypes is a concrete table class which handles data-rows of the #__menu_types table.

Contents

Availability

From Joomla 1.5 Joomla 1.6

Defined in

/joomla/database/table/menutypes.php

Extends

Reserved Database Field Names

The operation of this class is dependent on the existence of specially-named fields (columns) in the database table.

Field name Description
description
id Primary key
menutype
title

Methods

Method name Description
__construct Constructor. Takes table name, primary key and database reference.
check Overloaded check function

Importing

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

See also

Personal tools