RE: [PHP] Info into Class

2002-09-03 Thread Greg Martin
The thing about PHP classes is that there are not many rules. It is usually suggested, as a matter of good practice to use get and set functions for your variables in classes in any language. A lot of people my think this is a bunch of extra work, but let's say you are keeping track of customers

[PHP] when was array_unique fixed?

2002-08-26 Thread Greg Martin
i know that array_unique was broken in version 4.0.4, but does anyone know which version was it fixed in? thanks, greg martin [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php