How should I store settings for project?
Which is better - to use a $settings array with all my settings:
$settings
$settings[\'max_photos\'] = 30; //
The best way is to store your setting in a file . and to manipulate this file declare a class which does operations on file