954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Drawback of php

Hey,

I was wondering if there is/are any drawbacks/limitations of php over other web languages?


Thanx

cancer10
Posting Whiz in Training
234 posts since Dec 2004
Reputation Points: 58
Solved Threads: 1
 

well in my opinion...

1) promotes messy coding habits
2) oop is lacking
3) error handling is poor

thos are my main qualms.

Fungus1487
Posting Pro in Training
459 posts since Apr 2007
Reputation Points: 66
Solved Threads: 56
 

OOP is getting better though

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

OOP is not a problem at all. In PHP5 there is full object orientation, I take advantage of all its features everyday. Even with many classes in PHP's standard API, there is both an OO way to use a module and a procedural way. Take the MySQLi module for example ( http://us2.php.net/manual/en/ref.mysqli.php ), now has a class and a set of standard functions in which you may use that module.

maddog39
Light Poster
39 posts since Oct 2007
Reputation Points: 10
Solved Threads: 5
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You