function (dataBase)

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!

Moderator: General Moderators

Post Reply
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

function (dataBase)

Post by Luke »

At the risk of being chastised for asking too many questions...
What does this mean.. when the method name is wrapped in parenthesis?

I found this class on a free code site and this was the constructor.

Code: Select all

function (dataBase)
Post Reply