Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Getting protected info from Sender object. DEMystification help assist needed.
You can use the Result method to access the data returned from the query. $results = $Sender->DiscussionModel->Database->Result(); (View Post)1 -
Re: Vanilla 2.1a41upgrade2.2.4,Unknown column 'IsDefault' in 'where clause'*
Try running the scripts at the URLs http://example.com/index.php?p=/utility/structure and http://example.com/index.php?p=/utility/update. (View Post)2 -
Re: Getting protected info from Sender object. DEMystification help assist needed.
This is a quick example of using EventArguments: Somewhere in the SymbolEdit code where you are hooking into an event that the controller or its view will fire, you can add something like this to ass… (View Post)2 -
Re: Getting protected info from Sender object. DEMystification help assist needed.
In any case, you need to determine if you need to (1) only retrieve and make a copy of the "MysteryVariable" or (2) modify the "MysteryVariable" by reference so that any other cod… (View Post)2 -
Re: Getting protected info from Sender object. DEMystification help assist needed.
You're right that what I posted won't work. I couldn't check half an hour ago. The error shows up in 2.0.18.8 and 2.1b2 as well if you use that code. The var_dump you had in the first post shows user… (View Post)2