phpchartPlus Documentation |
|
|
|
| 3.1 Choosing the Configuration backend |
| Choosing the Configuration backend involves the process of identifying the place where the phpchartPlus configuration parameters will be stored. This option is useful if you want to set and edit the image generation parameters not only from the php environment but also from external programs through the use of xml configuration files. The class responsible for parsing these parameters is the ConfigParser class which can be configured with either the PHPConfig or XMLConfig strategy or backend. |
 |
| The PHPConfig Backend |
| This backend imports configuration data directly from php More |
| The XMLConfig Backend |
This backend imports configuration data from xml files More |