Php Calls made static?

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
samie
Forum Newbie
Posts: 8
Joined: Mon Mar 21, 2011 4:14 pm

Php Calls made static?

Post by samie »

Could someone help me understand what a PHP call is? Someone told me they wanted me to "make php calls static" on their site.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Php Calls made static?

Post by Jonah Bron »

Without some more context it's really impossible to say. It could mean they want to turn their pages into static HTML (making that phrase an oxymoron), or they have some PHP classes with methods they want to change to be static (as opposed to instance methods), also very blurry.
Post Reply