- PHP4 classes don't have scope operators such as private, public or
protected. - PHP4 constructional function should be the same name with that of the class. __construction won't work.
- Class variables in PHP4 classes are declared with the keyword 'var' rather
than private or public.
REF: kavoir.com
No comments:
Post a Comment