Introduction (Previous) (Next) Populating the parser

View this page in Last updated: Sun, 28 Sep 2008
English | French | Japanese | Plain HTML

Creating the parser

Creating the parser --  how to create a parser using PHP code or an XML definition file

Using an XML definition file

The examples below demonstrate how to instanciate Console_CommandLine and build a parser using an XML definition file, this can be very useful if you have a big program or if you need to reuse your user interface settings for a web frontend for example.

Note: Using and XML string you would have called fromXmlString()() instead of fromXmlFile()() of course.

Introduction (Previous) (Next) Populating the parser

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.