| | 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. |

