API17

API17:JTableMenuType

From Joomla! Documentation

Joomla 11.1 JTableMenuType

Description

Methods

Visibility Method name Description
public __construct Constructor.
public check
public delete Method to delete a row from the database table by primary key value.
public store Method to store a row in the database from the instance properties.
  • Defined in libraries/joomla/database/table/menutype.php
  • Extends JTable

Importing

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

See also


User contributed notes

Code Examples