Desktop vs Mobile PHP0:00
Can you install native PHP for desktop and native PHP for mobile in the same AL application? Should you? No. Again, for the same reasons that we keep our application separate between the server and the client. We should try and keep our desktop and mobile applications separated too. The packages that we have built for native PHP that enable you to run PHP on a desktop
The packages that we have built for native PHP that enable you to run PHP on a desktop and on a mobile device kind of conflict with each other. There's a lot of stuff in the desktop, one that overlaps with the mobile one, and because of that, there's just a risk that you might hit exceptions and errors that we haven't accounted for yet. It's best to think of your applications as separate and install desktop or mobile into them.
System Setup Overview0:50
It's best to think of your applications as separate and install desktop or mobile into them. Not both. Just before we get going, we need to talk about your system set.
