Difference between revisions of "Tables/banner"

From Joomla! Documentation

< Tables
Line 15: Line 15:
 
|-
 
|-
 
| cid || INTEGER || Not Null || || 0 || || Banner Client ID (FK) references __banner_clients
 
| cid || INTEGER || Not Null || || 0 || || Banner Client ID (FK) references __banner_clients
 +
|-
 +
| type      |
 +
| INTEGER  |
 +
| NOT NULL  |
 +
|          |
 +
| 0        |
 +
|          |
 +
|         
 
|}
 
|}
  
 
== Notes: ==
 
== Notes: ==

Revision as of 02:29, 29 August 2010

Usage:[edit]

  • Since:

Description:[edit]

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:[edit]