[eluser]BDT[/eluser]
@wiredesignz: thanx for your previous reply, i solved the problem (MY_Loader constructor)
Another question:
in 4.2.06 modules_helper have this:
run($module, $data = '', $method = '')
in my system i call this: modules::run($ModulAdm, $MethodData, 'GetInfoForRelatedContentEdition')
but now (5.1.39) modules::run only for view...
how can i call module method from another module when method is in module/method dir, filename the method name and classname is the same as method name?
Write function in my_loader, load method from module/method dir and return with passed data?