demolaynyc 0 Report post Posted March 30, 2007 Hi, I just recently found out PHP's capabilities of being OOP. Since I had learned Java's methods, I've adapted its methods and applied it to PHP. Since then, I've been avoiding procedural PHP scripting and moved to OOP instead. Like Java, I have divided the codes in classes. I have a commented package namespace to show which project it's from. It's almost like Java.I want to know, does anyone use PHP's OOP in different way? Well I believe you can form PHP in C++ way. Share this post Link to post Share on other sites
miCRoSCoPiC^eaRthLinG 0 Report post Posted March 31, 2007 What exactly do you mean by forming PHP's OOP in the C++ way? AFAIK PHP's OOP strength is quite limited when compared to read world OOP coding.. Can you elaborate please? Share this post Link to post Share on other sites