<?php $row = new stdClass(); $row->b = 0; $item = array('a' => 'b'); $row->$item['a'] = 1; echo $row->b;
You have javascript disabled. You will not be able to edit any code.