Accessing Data/Arrays from another plugin
Is there any direct way know to access data stored in another plugin, let's say in an array?
I have statistical data in one plugin, and want to change some of these data from another plugin. Possible? |
Use register_native to export API for changing the data.
|
Ok, i can make a function in plugin #1 that can be called from plugin #2. That's understood.
But there is no direct way of accessing data from plugin #1 in #2? Guess that would be to easy for me :) |
No, because you cannot make arrays public.
|
Understood - thanks a lot!
|
| All times are GMT -4. The time now is 23:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.