Module Flags V8: Difference between revisions
Appearance
m Created page with "=== Module Flags ATK V8+ ===" |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=== Module Flags ATK V8+ === | === Module Flags ATK V8+ === | ||
{| border=1 | |||
! CLASS !! FLAG !! COMMENT | |||
|- | |||
| atkmodule || MF_NOMENU || Don't use the menuitems from this module | |||
|- | |||
| atkmodule || MF_NORIGHTS || Don't use the rights of this module | |||
|- | |||
| atkmodule || MF_REFERENCE || <nowiki>= MF_NOMENU|MF_NORIGHTS</nowiki> Use this module only as a reference | |||
|- | |||
| atkmodule || MF_NO_PRELOAD || Don't preload this module (module_preload.inc) | |||
|- | |||
| atkmodule || MF_PRIMARY || Meta flag for DB | |||
|- | |||
| atkmodule || MF_UNIQUE || Meta flag for DB | |||
|- | |||
| atkmodule || MF_NOT_NUL || Meta flag for DB | |||
|- | |||
| atkmodule || MF_AUTO_INCREMENT || Meta flag for DB | |||
|} | |||
Latest revision as of 03:32, 18 December 2015
Module Flags ATK V8+
| CLASS | FLAG | COMMENT |
|---|---|---|
| atkmodule | MF_NOMENU | Don't use the menuitems from this module |
| atkmodule | MF_NORIGHTS | Don't use the rights of this module |
| atkmodule | MF_REFERENCE | = MF_NOMENU|MF_NORIGHTS Use this module only as a reference |
| atkmodule | MF_NO_PRELOAD | Don't preload this module (module_preload.inc) |
| atkmodule | MF_PRIMARY | Meta flag for DB |
| atkmodule | MF_UNIQUE | Meta flag for DB |
| atkmodule | MF_NOT_NUL | Meta flag for DB |
| atkmodule | MF_AUTO_INCREMENT | Meta flag for DB |