Creating Config Settings as Arrays
Setting values in a config file is a great way to store data in one place, that can be accessed by lots of other pages... and a great way to change things quickly when a site goes live.
However, sometimes you want to store several things that are similar, so an array would be a good idea... This is how it's used in CodeIgniter...
The following is in the config/config.php file: