modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

Convenience Method for Parse #10333

Open modxbot opened 10 years ago

modxbot commented 10 years ago

everettg_99 created Redmine issue ID 10333

If we could get something to make it simpler to take advantage of the MODX parser, it'd be huge. Something like

$modx->getParser()->render($tpl, $data)

Or more better:

$modx->render($tpl, $data);