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!
It only matters in how your class needs things. i.e. if you class needs information that would be filled in by the parent's constructor, then you need to construct it first. If it doesn't matter to the child then it doesn't really matter when you call it. I personally try to call the parent's constructor first always.