mitsos Posted November 18, 2014 Report Posted November 18, 2014 Hi all, How can I call a function, capture the resulting array, and work on that array inside the module's manage.pdt file? Function is correctly declared in the module's .php file, array is correctly constructed, but I can't seem to figure out how to do the actual call to the function inside the manage.pdt file. In the manage.pdt file, the function should be called inside a widget (a different one than the manage module one) and some manipulation should be done on the resulting array. Any help is appreciated. Quote
Tyson Posted November 18, 2014 Report Posted November 18, 2014 Any objects you want to use in the view should be defined and set to the view. In your case, that would be YourModule::manageModule(). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.