Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39
Note
PHP-Fusion Coding Style
PHP-Fusion version 7.02.00
SomeEmes developers consider the establishment of a standard more important than what that
standard actually suggests at the most detailed level of design. The guidelines in PHP-Fusion's
coding standards capture pracEces that have worked well on the PHP-Fusion project. You may
modify these standards or use them as is in accordance with the terms on Zend Framework’s
License Page.
Topics covered in PHP-Fusion's coding standards include:
1. Naming ConvenEons
2. Variables
3. Classes and FuncEons
4. Control Statements
5. Comments
Coding standards are important in any development project, but they are parEcularly important
when many developers are working on the same project. Coding standards help ensure that the
code is high quality, has fewer bugs, and can be easily maintained.