There are many ways to create content in your Config object. You can simply pass it an array like it is shown in the example below:
Example 31-1. Create configuration with array
|
You can also ask Config to look for a file on your filesystem and try to parse it. You would then do it like this. This example assumes you have a valid XML file:
Example 31-2. Create configuration with a file
|
Of course, it is also possible to create the configuration from scratch as shown in the previous section example.