Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

 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 string $alias
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 boolean check ()
Variables
int $access = null (line 54)
string $alias = null (line 36)
  • var: The the alias for the category
boolean $checked_out = 0 (line 48)
time $checked_out_time = 0 (line 50)
string $description = null (line 44)
int $id = null (line 28)
  • var: Primary key
string $image = null (line 38)
int $image_position = null (line 42)
string $name = null (line 34)
  • var: The full name for the category
int $ordering = null (line 52)
string $params = null (line 56)
int $parent_id = null (line 30)
boolean $published = null (line 46)
string $section = null (line 40)
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::$_tbl
Variable JTable::$_tbl_key

Inherited from JObject

Variable JObject::$_errors

Documentation generated on Tue, 29 Jan 2008 19:26:20 +0000 by phpDocumentor 1.3.1