Sometimes due loosely, undefined, agreement around some feature and deadline that’s thrown upon us, developers need to look for the fastest solution around some requirement. Fastest but stable is the key word here.
Here is a practical example of one can easily connect Magento with some other system. In my case I had Magento plus WordPress integration in which I needed to pull some user data, such as latest users, from WordPress into Magento block.
Stuff like these can easily be done in two easy steps
That’s it. Later once you get on the milestone track you can easily convert these to AJAX calls.