On Wed, Sep 8, 2010 at 3:07 PM, Daniel Barrett danb@vistaprint.com wrote:
What is the simplest, correct way to create a new Parser object with the same initialization as the current Parser object (e.g., $wgParser)? An actual code fragment would be great.
$myParser = clone $wgParser;
Or am I missing something here?
-Chad