I have this line of code, unfortunately though it has a syntax error:
Parse error: syntax error, unexpected T_DOUBLE_ARROW on line 1
Here is the code:
<?php echo $this->Html->link('View/Edit', array('action' => 'view', $client['Client']['id']), "?" => array('nc' => time(), array('class' => 'view')); ?>
Where is the mistake in here and how can I get this resolved?