There was an error while loading. Please reload this page.
1 parent 710e6fd commit dc714eaCopy full SHA for dc714ea
en/development/configuration.rst
@@ -671,6 +671,9 @@ In your ``app/Config/bootstrap.php`` you could attach this reader and use it::
671
Configure::config('xml', new MyXmlReader());
672
...
673
674
+It is not a good idea to call your custom configure class ``XmlReader`` because that classname is an internal PHP one already:
675
+http://php.net/manual/de/book.xmlreader.php
676
+
677
Configure::load('my_xml');
678
679
The ``read()`` method of a config reader, must return an array of the configuration information
0 commit comments