Hash->extract($row, 'authkey_start')[0]; $end = $this->Hash->extract($row, 'authkey_end')[0]; echo sprintf( '
%s: %s
', __('Starts with'), h($start) ); echo sprintf( '
%s: %s
', __('Ends with'), h($end) ); ?>