Jump to content

Module Flags V8: Difference between revisions

From NusaATK
mNo edit summary
mNo edit summary
 
Line 8: Line 8:
| atkmodule || MF_NORIGHTS || Don't use the rights of this module
| atkmodule || MF_NORIGHTS || Don't use the rights of this module
|-
|-
| atkmodule || MF_REFERENCE  || <nowiki>=</nowiki> MF_NOMENU|MF_NORIGHTS Use this module only as a reference
| 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_NO_PRELOAD || Don't preload this module (module_preload.inc)

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