top | item 10901307

PHAP: Mobile Apps in PHP

4 points| conner_bw | 10 years ago |phap.landingpage.io | reply

8 comments

order
[+] pmarino90|10 years ago|reply
"Simple & Safe – Synchronous programming keeps apps simpler and safer. In Objective-C, Swift and Java, asynchronous programming is very error-prone and requires callbacks. Synchronous nature of PHP makes bug-free developing a breeze." Seriously??
[+] herbst|10 years ago|reply
> PHP is the best language for mobile app development

I am ok with you using any language you want. But best language?

What you entirely miss is the explain me how the system works. As far as i can tell you embed a webserver, php engine and present this in a webview?

Edit:// I saw the native. PLEASE explain. HOW?

[+] conner_bw|10 years ago|reply
I'm not sure if this is a joke...
[+] gravypod|10 years ago|reply
PHP gets a bad rap because of the way many of the people who use it program. The language would be very good, in my opinion, with just a few standardization tweaks to the standard library.

It seems this project has retconned the standard library. I'd say this is a perfect application for this sort of language.

Weak typed, simple to read, simple to write prototyping.

Anyone can pick up PHP, that's its beauty.