Hi,
I need to have blank spaces as my spacers in a tree structure.
Here is my code at the moment
$sectors = $this->User->Sector->generatetreelist(null, null, null, '__');
$this->Form->input('Sector.user_id', array('options' => $sectors));
I tried nsp and also the escaped version.
Any Idea ?
Thanks, Alex