mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-19 09:48:53 +00:00
Merge branch 'task/igorw/acm-refactor' into develop
* task/igorw/acm-refactor: [task/acm-refactor] Remove includes/cache.php from coding guidelines
This commit is contained in:
commit
78df30f7b7
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