Date: 12/28/00
- Next message: Alex Black: "Re: [PHP] adduser on a Linux Redhat 7"
- Previous message: Alex Black: "Re: [PHP] Generating Maps On Your Web Site"
- Next in thread: Richard Lynch: "Re: [PHP] private variable in object ??"
- Reply: Richard Lynch: "Re: [PHP] private variable in object ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi, I'm used programming OO in java.
the variable in a class could be private. only instance of te same classe
can directly access those variable. all other have to use functions
like
name = someObject.getName()
I'd like to know if php uses (or is able to use) this structure because in
this way the programmer got more control over all the things that happens in
a object.
kind regard
jeroen olthof
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Alex Black: "Re: [PHP] adduser on a Linux Redhat 7"
- Previous message: Alex Black: "Re: [PHP] Generating Maps On Your Web Site"
- Next in thread: Richard Lynch: "Re: [PHP] private variable in object ??"
- Reply: Richard Lynch: "Re: [PHP] private variable in object ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

