Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JTableCategory

Description

Category table

Located in /joomla/database/table/category.php (line 25)

Class JObject   (Subpackage Base)

Abstract class JTable
   
   Class JTableCategory   (Subpackage Table)
Variable Summary
Variable int $access
Variable boolean $checked_out
Variable string $description
Variable int $id
Variable string $image
Variable string $name
Variable int $ordering
Variable string $params
Variable boolean $published
Variable string $section
Variable string $title
Method Summary
Constructor JTableCategory __construct (database &$db)
Method void check ()
Variables
int $access = null (line 52)
boolean $checked_out = 0 (line 46)
time $checked_out_time = 0 (line 48)
string $description = null (line 42)
int $id = null (line 28)
  • var: Primary key
string $image = null (line 36)
int $image_position = null (line 40)
string $name = null (line 34)
  • var: The full name for the Category
int $ordering = null (line 50)
string $params = null (line 54)
int $parent_id = null (line 30)
boolean $published = null (line 44)
string $section = null (line 38)
string $title = null (line 32)
  • var: The menu title for the Category (a short name)

Inherited Variables

Inherited from JTable

Variable JTable::$_db
Variable JTable::$_error
Variable JTable::$_errorNum
Variable JTable::$_tbl
Variable JTable::$_tbl_key

Documentation generated on Mon, 05 Mar 2007 20:53:55 +0000 by phpDocumentor 1.3.1