phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
Nils Adermann fb2642bbc6 [task/config-class] Implemented a config class to replace the global array.
There is a phpbb_config class which simply holds an array and does not persist
any data. It implements ArrayAccess, Countable and IteratorAggregate to allow
regular use of configuration as if it was still an array. The phpbb_config_db
class depends on an instance of the dbal and a cache driver. It obtains the
configuration data from cache and database as necessary and persists data to
the database.

The functions set_config and set_config_count remain for backward compatability
but they only call methods on the new config class now instead of directly
manipulating the database and cache.

PHPBB3-9988
2011-01-10 04:05:23 +01:00
build Merge branch 'develop-olympus' into develop 2011-01-07 14:22:29 +01:00
code_sniffer/phpbb [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
git-tools/hooks Merge branch 'task/cs278/git-tools' into develop-olympus 2010-09-09 00:20:38 +02:00
phpBB [task/config-class] Implemented a config class to replace the global array. 2011-01-10 04:05:23 +01:00
tests [task/config-class] Implemented a config class to replace the global array. 2011-01-10 04:05:23 +01:00
.gitignore [task/phpunit-xml] Use phpunit.xml for test suite 2011-01-04 22:54:01 +01:00
phpunit.xml.dist Merge branch 'develop-olympus' into develop 2011-01-10 00:37:47 +01:00
README.md [task/github-readme] Add README file for GitHub 2010-11-29 20:15:58 +01:00

phpBB

ABOUT

phpBB is a free bulletin board written in PHP.

COMMUNITY

Find support and lots more on phpBB.com! Discuss the development on area51.

CONTRIBUTE

  1. Create an account on phpBB.com
  2. Create a ticket (unless there already is one)
  3. Read our Git Contribution Guidelines; if you're new to git, also read the introduction guide
  4. Send us a pull request

LICENSE

GNU General Public License v2