public/private in php I have noticed that some people use

May 10, 2008 – 2:00 am

public/private in php
I have noticed that some people use public/ private for their vars and functions. I tried looking it up on php.net and then here, but only found one explanation of it on the C++ board. It says that if you declare private var then it is only accessible by that class and public is by everyone.. does…

You must be logged in to post a comment.