Hi!

> public $dataArray {
> 
> &get { return &$this->_dataArray; }

This is not correct. Please read:
http://php.net/manual/en/language.references.return.php


> These would also include automatic implementations which call the
> respective functions on the backing field.  I could see only allowing
> isset/unset automatic implementations if get/set were also specified
> as automatic implementations.

Could you please explain what is the use of automatic implementations?
I.e., why won't you just have a variable?
-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to