Thanks so much for your help Brad and Sander. I've downloaded the
newest Zend2 from cvs and compiled it into Php-4.3.0-dev. All of the
features of data hiding which I would need for this project look nicely
implemented in this engine!
But now I'm running a bit of a dilemna. I'm saving seria
We also have public as an alias for variable.
marcus
At 15:09 16.08.2002, Brad LaFountain wrote:
>That .txt only talks about private members. Zend2 also implements protected
>data members.
>
> - brad
>--- Sander Roobol <[EMAIL PROTECTED]> wrote:
> > The Zend Engine 2 implements this. See http:/
That .txt only talks about private members. Zend2 also implements protected
data members.
- brad
--- Sander Roobol <[EMAIL PROTECTED]> wrote:
> The Zend Engine 2 implements this. See http://www.php.net/ZEND_CHANGES.txt
>
> Sander
>
> On Fri, Aug 16, 2002 at 03:13:57AM -0500, Ben Dischinger wro
The Zend Engine 2 implements this. See http://www.php.net/ZEND_CHANGES.txt
Sander
On Fri, Aug 16, 2002 at 03:13:57AM -0500, Ben Dischinger wrote:
> Hello,
>
> My question is if there is anyone working on an implementation of data hiding in
>php? IE Public, private, and protected data types wit
Hello,
My question is if there is anyone working on an implementation of data hiding in php?
IE Public, private, and protected data types within php classes. I can not find
anywhere mentioning this besides very few websites that say it is on the "TODO" list.
The research that I'm doing involv