Documentation
Chapter 1. Coding with and for phpBB3.0
$Id: phpbb_documentation.xml 29 2007-04-02 02:54:48Z smithy_dll $
Copyright © 2007 phpBB Group
Table of Contents
- 1.1. Using the phpBB3.0 Language System
- 1.2. Using the phpBB3.0 Template System
- 1.3. Using the phpBB3.0 DBAL
- 1.4. Using phpBB3's Basic Functions
- 1.4.1. User input
- 1.4.2. Preserving sessions
- 1.4.3. Redirecting users
- 1.4.4. The User Class
- 1.4.5. Validating input
- 1.4.6. Checking authorisation
- 1.4.7. Inserting Posts and Private Messages
- 1.4.8. Building URLs, hidden fields and other HTML
- 1.4.9. Errors
- 1.4.10. Log In
- 1.4.11. Confirm Box
- 1.4.12. Page Header and Footer
- 1.4.13. Bringing it all together: A Sample Page
- 1.5. Using the phpBB3.0 Module System
Abstract
This chapter describes the inner workings of some common phpBB3 mechanisms. It is intended to complement the code documentation for MOD authors. It includes an overview about using the language system, templates, the Database Abstraction Layer, important functions and the Module system.
© 2006 phpBB Group — Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.0 license
