phpbb/phpBB/includes
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
..
acm [task/acm-refactor] Refactor the ACM classes to have a common interface. 2011-01-09 23:49:35 +01:00
acp Merge branch 'develop-olympus' into develop 2011-01-07 15:58:10 +01:00
auth Merge branch 'feature/igorw/request-class' into develop 2010-12-16 02:22:17 +01:00
cache [task/config-class] Implemented a config class to replace the global array. 2011-01-10 04:05:23 +01:00
captcha [task/config-class] Implemented a config class to replace the global array. 2011-01-10 04:05:23 +01:00
config [task/config-class] Implemented a config class to replace the global array. 2011-01-10 04:05:23 +01:00
db [task/config-class] Implemented a config class to replace the global array. 2011-01-10 04:05:23 +01:00
diff [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
hooks [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
mcp [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
questionnaire [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
request [feature/request-class] Prevent recursive_set_var from applying htmlspecialchars twice 2010-09-19 15:31:00 +02:00
search [ticket/9574] Add pcre_utf8_support() function 2010-12-28 22:37:33 +01:00
ucp [ticket/9574] Remove conditional PHP<5.2 code 2010-12-28 22:36:25 +01:00
utf [ticket/9574] Remove conditional PHP<5.2 code 2010-12-28 22:36:25 +01:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
auth.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
bbcode.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
class_loader.php [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests. 2011-01-09 23:49:44 +01:00
constants.php Merge branch 'ticket/igorw/9556' into develop 2010-12-13 16:35:55 +01:00
functions.php [task/config-class] Implemented a config class to replace the global array. 2011-01-10 04:05:23 +01:00
functions_admin.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_compress.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_content.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_convert.php Merge branch 'develop-olympus' into develop 2010-12-13 17:14:36 +01:00
functions_display.php Merge branch 'develop-olympus' into develop 2010-12-21 22:52:28 +01:00
functions_download.php [ticket/9627] Prefix function names with 'phpbb_'. 2010-10-23 18:06:46 +02:00
functions_install.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_jabber.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_messenger.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_module.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_posting.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_privmsgs.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_profile_fields.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_template.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_transfer.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_upload.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_user.php [ticket/9574] Add pcre_utf8_support() function 2010-12-28 22:37:33 +01:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php Merge branch 'ticket/igorw/9556' into develop 2010-12-13 16:35:55 +01:00
session.php [ticket/9746] Adding calls to phpbb_ip_normalise() from session management. 2011-01-03 00:09:51 +01:00
template.php Merge branch 'develop-olympus' into develop 2010-12-13 17:22:05 +01:00