How can I import php

0
I have a PHP application. How can I import this in Mendix to make it work.
asked
1 answers
0

You can’t, it’s a completely different technology I’m afraid.

If your PHP application is running elsewhere, you could link your Mendix application to it. One approach could be to run it in an iFrame, or if your PHP application exposes REST services, you could write a client application in Mendix to call that.

Sorry, I know this probably isn’t the answer you were looking for.

answered