mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[task/acm-refactor] Remove includes/cache.php from coding guidelines
It has been refactored to includes/cache/service.php. PHPBB3-9983
This commit is contained in:
parent
bdac86777e
commit
3bc64deaec
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class ...
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>phpBB3</strong><br />Core files and all files not assigned to a separate package</li>
|
<li><strong>phpBB3</strong><br />Core files and all files not assigned to a separate package</li>
|
||||||
<li><strong>acm</strong><br /><code>/includes/cache</code>, <code>/includes/cache.php</code><br />Cache System</li>
|
<li><strong>acm</strong><br /><code>/includes/cache</code><br />Cache System</li>
|
||||||
<li><strong>acp</strong><br /><code>/adm</code>, <code>/includes/acp</code>, <code>/includes/functions_admin.php</code><br />Administration Control Panel</li>
|
<li><strong>acp</strong><br /><code>/adm</code>, <code>/includes/acp</code>, <code>/includes/functions_admin.php</code><br />Administration Control Panel</li>
|
||||||
<li><strong>dbal</strong><br /><code>/includes/db</code><br />Database Abstraction Layer.<br />Base class is <code>dbal</code>
|
<li><strong>dbal</strong><br /><code>/includes/db</code><br />Database Abstraction Layer.<br />Base class is <code>dbal</code>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue