
- You are not logged in. | Login
December 20, 2006 12:19 pm
- admin
- Administrator


Discuss article: "Introduction to PHP 5"
Give your own view on "Introduction to PHP 5" article
Discussed article: "Introduction to PHP 5"
April 4, 2007 9:43 am
- IBdaMac
- Member


Re: Discuss article: "Introduction to PHP 5"
By the way, should I write function WeirdProblem($data) or function__construct($data) in the penultimate example?
April 4, 2007 9:53 am
- tucansam
- Member


Re: Discuss article: "Introduction to PHP 5"
They have taken all the most necessary things from Java??¦ This is good
It??™s interesting when it becomes as popular as PHP4 is nowadays?!
April 4, 2007 11:20 am
- mellis
- Member


Re: Discuss article: "Introduction to PHP 5"
$o2 = $o1->__clone(); this assignation doesn??™t work by me. I have PHP Version5.1.2. If you??™ve faced the same problem, correct it $o2 = clone $o1;
April 4, 2007 12:00 pm
- napkdd1
- Member


Re: Discuss article: "Introduction to PHP 5"
Drawbacks with methods??™ reloading are left. It??™s more convenient to work with reloading in C++. Even if we enter two methods: fun1() and fun1($x), it displays an error. In such a case __call is just a spare code piling.


