Assume there are two separate web applications:
- a sports site with admin backend
- an email marketing application also with an admin backend
I want to be able to administer the marketing application from the sport's backend so that I don't have to open two separate admin interfaces.
My questions are as follows:
1)
How is this achieved? How can I embed the email admin backend into the sport's backend so that I operate the two from one place? Let's say both applications are in PHP.
Lets assume both applications are from the same Framework (Yii or Zend or CakePHP etc..).
2) EXTRA QUESTION::
Assuming the applications are in different PHP Frameworks , how can it be done?
I hope my question is clear. I have tried googling the issue but couldn't find any answers. If there is a tutorial somewhere, kindly point me there.