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!
I'm wondering if it's alrite to call methods from a class within the constructor. So i have a class with various functions, but i want to use some of the functions in the constructor to help get the data formatted and all. Is this ok?