Classes and PHP4
Classes and PHP4
- Started
- Last post
- 3 Responses
- fusionpixel
sooooooo, can you declare private and public variables in PHP4?, it seems ok in PHP5...
class foo
{public var1;
private var2;}
- ldww0
classes confuse me. i really need to sit down and start using them
- cosmo0
been writing more classes lately, it's helps out alot.