February PHP-Scripts Blog Archives

Bendable runtime methods and member variables in PHP5

IBM:
The introduction of new object-oriented programming (OOP) features in PHP V5 has significantly raised the level of functionality in this programming language. Not only can you have private, protected, and public member variables and functions — just as you would in the Java™, C++, or C# programming languages — but you can also create objects […]

Pro and anti-PHP arguments

Tim Bray writes a piece describing what he dislikes about PHP: “… all the PHP code I’ve seen in that experience has been messy, unmaintainable crap. Spaghetti SQL wrapped in spaghetti PHP wrapped in spaghetti HTML, replicated in slightly-varying form in dozens of places.”
Harry Fuecks counters at SitePoint with what he likes about PHP.
I don’t […]