Package Names
From phpBB Development Wiki
The following packages are defined, when creating new pages for a specific section, use the package name in the header of the new file. The package names are bold within this list:
- phpBB3 - Core files and all files not assigned to a seperate package
- acm - Cache system (/includes/acm)
- acp - Administration Control Panel (/adm, /includes/acp)
- dbal - Database Abstraction Layer (/includes/db)
- diff - Diff Engine (/includes/diff)
- docs - phpBB documentation (/docs)
- images - All global images not connected to styles (/images)
- install - Installation system (/install)
- language - All language files (/language)
- login - Login authentication plugins (/includes/auth)
- visual confirmation - CAPTCHA (/includes/captcha)
- mcp - Moderator Control Panel (/mcp.php, /includes/mcp)
- ucp - User Control Panel (/includes/ucp)
- utf - UTF8-related functions/classes (/includes/utf)
- search - Search system (/includes/search)
- styles - phpBB styles (/styles)

