The official extension repository only consists of freely available extensions. In the future only security reviewed extensions will be displayed. More information about reviews and disclaimer. New documentation is rendered once a day.

The following extension versions depend on this extension:
| Filename | Size | View | Date | Download |
|---|---|---|---|---|
| class.tx_a21glossary.php | 9.7 K | View | 28.02.2006 | Download |
| ext_icon.gif | 129 | View | 28.02.2006 | Download |
| ext_localconf.php | 826 | View | 28.02.2006 | Download |
| ext_tables.php | 1.4 K | View | 28.02.2006 | Download |
| ext_tables.sql | 1.1 K | View | 28.02.2006 | Download |
| icon_tx_a21glossary_main.gif | 126 | View | 28.02.2006 | Download |
| locallang_db.php | 2.1 K | View | 28.02.2006 | Download |
| tca.php | 6.8 K | View | 28.02.2006 | Download |
| doc/manual.sxw | 52 K | 28.02.2006 | Download | |
| static/constants.txt | 2.0 K | View | 28.02.2006 | Download |
| static/setup.txt | 2.9 K | View | 28.02.2006 | Download |
#
# Table structure for table 'tx_a21glossary_main'
#
CREATE TABLE tx_a21glossary_main (
uid int(11) DEFAULT '0' NOT NULL auto_increment,
pid int(11) DEFAULT '0' NOT NULL,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
t3ver_oid int(11) unsigned DEFAULT '0' NOT NULL,
t3ver_id int(11) unsigned DEFAULT '0' NOT NULL,
t3ver_label varchar(30) DEFAULT '' NOT NULL,
sys_language_uid int(11) DEFAULT '0' NOT NULL,
l18n_parent int(11) DEFAULT '0' NOT NULL,
l18n_diffsource mediumblob NOT NULL,
deleted tinyint(4) unsigned DEFAULT '0' NOT NULL,
hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
starttime int(11) unsigned DEFAULT '0' NOT NULL,
endtime int(11) unsigned DEFAULT '0' NOT NULL,
fe_group int(11) DEFAULT '0' NOT NULL,
short tinytext NOT NULL,
shortcut tinytext NOT NULL,
longversion tinytext NOT NULL,
shorttype tinytext NOT NULL,
language char(2) DEFAULT '' NOT NULL,
description text NOT NULL,
link tinytext NOT NULL,
exclude tinyint(3) DEFAULT '0' NOT NULL,
PRIMARY KEY (uid),
KEY parent (pid)
);