Slashdot Mirror


PHP Usage in the Enterprise

acostin writes "Some open survey results were published about PHP usage in the enterprise on the InterAKT site. An alternative survey on the PHP open source mouvement can be found on Zend site. See how we've evaluated the PHP market size($$$), what people think about PHP as an alternative to Java and .NET, and what should be done in order to have your large clients adopt open source solutions."

2 of 325 comments (clear)

  1. Re:php in a microsoft shop? by NightSpots · · Score: 5, Interesting

    You're absolutely crazy if you want to use PHP for banking and insurance apps.

    It's security record is horrible.
    It's security model is a joke.
    It's object model is worthless compared to real OOP languages.
    It completely lacks exception handling, which makes rolling back partial transactions (etc) impossible in banking scenarios.
    It's developers regularly break POLA on minor version increments.
    It's database support is mediocre at best: third party classes are currently the best (but not only) DB interface PHP has.

    Stick with .NET or J2EE. They're clunky, .NET is expensive, J2EE is slow, but they're both leaps and bounds ahead of PHP.

  2. Re:The code is the data! by saden1 · · Score: 5, Interesting

    I used to think highly of PHP when I was using it for small tasks (creating a blog page and a half ass forum) but man oh man does it suck for doing big projects. In the enterprise marked, there really only one player I'd look to and that is Java. Everything else is really irrelevant. Yes Java has a steep learning curve but once you get ahead of the curve you are never going back to whatever you were using. Java + Eclipse is a deadly combination.

    --

    -----
    One is born into aristocracy, but mediocrity can only be achieved through hard work.