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 have one object which I use pretty often. Is there a possibility to make superglobal out of him - so that I wouldn't have to use global $object; in every function?