PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
There are times when extending a base class is the best choice; other times when creating a new class is the best choice; a third path is composition where you pass an object to another object that uses it to add to its functionality without inheritance. One is not better than another.