Re: private, public, protected in 4.3.11

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Peter Lauri wrote:

> Hi,
> 
> Example code that I try to run in version 4.3.11:
> 
> Class Page {
>     private $myID;
>             function Page() {
>                         $this->myID=1;
> }
> 
>             function getID() {
>                         return $this->myID;
>             }
> 
> }
> 
> But I get error message:
> 
> Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or
> `T_VAR' or `'}'' in C:\Documents and Settings\Peter Lauri\My Documents\DWS
> Asia\webserver\ework\classes\page.class.php on line 8
> 
> If I change to
>             var $myID;
> it works.
> 
> What is wrong?

I think you will find that the Visibility feature you are trying to use was
introduced with PHP 5


Cheers
-- 
David Robley

I'm sure it's in the manual somewhere...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux