Tables/banner: Difference between revisions

From Joomla! Documentation

Dsiders (talk | contribs)
New page: == Usage: == == Description: == == Notes: ==
 
Dsiders (talk | contribs)
Line 3: Line 3:


== Description: ==
== Description: ==
The Banners table
{| border=1
|+ '''Bannes Table (#__banners)'''
|- bgcolor=grey
! Field !! Type !! Null !! Key !! Default !! Extra !! Comments
|-
| id || INTEGER || Not Null || PK || auto_increment || Identifier for the Banner entry
|-
| cid || INTEGER || Not Null || 0 || || Banner Client ID (FK) references __banner_clients
|}


== Notes: ==
== Notes: ==

Revision as of 07:08, 29 August 2010

Usage:

Description:

The Banners table

Bannes Table (#__banners)
Field Type Null Key Default Extra Comments
id INTEGER Not Null PK auto_increment Identifier for the Banner entry
cid INTEGER Not Null 0 Banner Client ID (FK) references __banner_clients

Notes: