Jump to content

Module Flags V8: Difference between revisions

From NusaATK
m Created page with "=== Module Flags ATK V8+ ==="
 
mNo edit summary
Line 1: Line 1:
=== Module Flags ATK V8+ ===
=== Module Flags ATK V8+ ===
{|
! CLASS !! FLAG !! COMMENT
|-
| 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
|}

Revision as of 03:22, 18 December 2015

Module Flags ATK V8+

CLASS FLAG COMMENT
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_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