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.
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().
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now