Jump to content

davemilan

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by davemilan

  1. Thank you very much for your reply timothyarden, the error I get with my code is: Parse error: syntax error, unexpected T_DOUBLE_ARROW on line 1 Any idea how I can change this around ?
  2. Hello everybody, I am new to this community as well as PHP and cakePHP. Currently I am working on a script, however it results in a syntax error and I can't figure out how to get this resolved. The line in question is this one: <?php echo $this->Html->link('View/Edit', array('action' => 'view', $client['Client']['id']), "?" => array('nc' => time(), array('class' => 'view')); ?> It would be greatly appreciated if someone can let me know how to resolve this. Thank you very much, DM
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.