Tables/template styles

From Joomla! Documentation

< Tables
Revision as of 12:34, 31 August 2010 by Dsiders (talk | contribs) (New page: == Usage: == * Since: == Description: == {| border="1" |+ '''template_styles Table (#__template_styles)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Usage:[edit]

  • Since:

Description:[edit]

template_styles Table (#__template_styles)
Field Type Nullable Default Key Extra Comments
id integer unsigned NOT NULL PK auto_increment
template varchar(50) NOT NULL
client_id tinyint(1) unsigned NOT NULL 0
home tinyint(1) unsigned NOT NULL 0
title varchar(255) NOT NULL
params varchar(2048) NOT NULL

Notes[edit]

Indices
Index Name Column(s) Unique?
idx_template template) No
idx_home home No