element('neighbours'); ?>

Form->create('Identifier');?>
Form->value('Identifier.id')); ?> Form->input('id'); echo $this->Form->input('language_id'); echo $this->Form->input('translation_index'); echo $this->Form->input('identifier'); echo $this->Form->input('arguments'); echo $this->Form->input('reference_string'); echo $this->Form->input('translated'); ?>
Form->end(__('Submit', true));?>