On 16/09/15 13:23, Rowan Collins wrote:
> Possibly the same for property_exists(), since some people think
> stdClass objects look prettier than associative arrays, though I've
> never understood the attraction myself.

I think that may well be the point here. Since all of my data comes into
PHP as associative arrays, that is the way I handle them, and being SQL
data, NULL IS a valid state for an element. Some people seem to think
there is some advantage in pulling the array into individual elements of
a class, and this where I am getting lost since these elements then
exist as variables in the class not easy to handle elements of an array?
That was the basis of my 'hidden in an array' point ...

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

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

Reply via email to