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
Filenames
PHP-Fusion Coding Style
PHP-Fusion version 7.02.00
Only alphanumeric characters and underscores are permiLed. Spaces are strictly prohibited. New
words are separated by underscores and the .rst leLer of each new word, including the .rst work,
must be lower case, with the notable excepEon of class .les.
Any .le that contains PHP code should end with the extension ".php". The following examples
show acceptable .lenames for PHP-Fusion classes:
• includes/MyClass.class.php
• infusions/my_infusion/MyClass.class.php
File names must map to the class names as described above with the correct capital leLers for the
class, without the .class at the end. Only one class is permiLed per class .le. Class .les can only be
placed in the includes folder in PHP-Fusion root or inside an infusion.
Following example show other acceptable .le names:
• my.le.php
• infusions/my_infusion/my.le.php