-1
votes
Dynamic class variables
For associative arrays you can use the function "isset()" to see if the array contains a value on that particular key.
if(isset($this->data['firstValue'])) {
// do anything w …
