Function Forum_driver_smf2->install_specifics
Definitions
sources/forum/smf2.php
- Get an array of attributes to take in from the installer. Almost all forums require a table prefix, which the requirement there-of is defined through this function.The attributes have 4 values in an array:- name, the name of the attribute for _config.php- default, the default value (perhaps obtained through autodetection from forum config)- description, a textual description of the attributes- title, a textual title of the attribute
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Return
- The attributes for the forum
- Type: array
- Set: N/A
- Range: N/A