You can write your app in PHP 5 only if you want.
Extending classes in PHP 5 is done the same way as in PHP 4.
--
/**
* @author Larry E. Masters
* @var string $userName
* @param string $realName
* @returns string aka PhpNut
* @access public
*/
On 5/21/06, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
That's good news. But my concern is if it is written in PHP5 then
extending many classes would be much easier for application developed
in PHP5. Please correct me if I am wrong.
