Preserved Topic: The Limitations of PHP (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Milwaukee |
posted 03-03-2004 02:02
A very interesting article about PHP's limitations in serious development work. I've encountered a few of these myself from time to time, and as I work with Java/JSP, I'm getting a better idea of the alternatives. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-03-2004 02:49
Not a bad article. It should be pointed out however that many of these "limitations" are in fact design decisions. They all bring benefits to their drawbacks. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 03-03-2004 10:51
I agree with bit here, well written, touches on important parts but it doesn't touch on the underlying problems. Project management and discipline. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 03-03-2004 23:10
Heh, I just had to pop this article in here. |
Bipolar (III) Inmate From: Brisbane |
posted 03-05-2004 17:59
PHP5 does indeed fix a lot of these issues, I've been playing aorund with it on my development server for the past month and I've been very impressed. The new OO model is *better*, not great but cetainly an improvment. Everything is now passed as a reference, and they've included exception handeling. The new XML parsing & validating, XSL and DOM support allows developers to pertty much completly seperate logic from presentation. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-05-2004 21:48
my trust in anything php was shattered with this (unfixed!) bug report. |
Bipolar (III) Inmate From: Brisbane |
posted 03-06-2004 04:50
I'm one of those people that likes to use the same editor for every program. Althought I must admit at times it feels a little raw. I've been meaning to look into IMB's Eclipse, as I've heard lots of really good things about it from developers working in many different languages. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-06-2004 10:26
nah, that's bootstrapping. |
Paranoid (IV) Inmate From: |
posted 03-13-2004 10:30
Do you plan to release it TP ? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-13-2004 11:40
well... yes and know. |