loadArray($array['params']); $array['params'] = (string)$registry; } if (isset($array['comments']) && is_array($array['comments'])) { $registry = new Registry(); $registry->loadArray($array['comments']); $array['comments'] = (string)$registry; } return parent::bind($array, $ignore); } } ?>