ZF-3914: [dojo] requireModule should be able to process an array of strings
Description
with the current implementation of dojo helper one should call
$this->dojo()->requireModule("module1")->requireModule("module2")->requireModule("module3")->requireModule("module4");
It would be nice to have a multiple require command, something like:
$this->dojo()->requireModule(array('module1', 'module2' , 'module3', 'module4'));
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-09-08T12:33:59.000+0000
Patch applied in trunk and 1.6 release branch; scheduled to release with 1.6.1.