CakePHP - using $this->Html->link with $this->Html->image…generating ascii instead of actual HTML
问题 I'm using cakephp 2.3.0. I searched in the manual for quite awhile, but I haven't found the answer. I'm trying to use $this->Html->link, along with $this->Html->image. I'm trying to create the ability to click on an image. Any ideas as to why the ascii rendering of quotes is being generated? Here is my snippet codeset in my view ctp: echo $this->html->tableCells( array( array( array ( $this->Html->link($myActivity['Activity']['name'], array('controller' => 'users', 'action' => 'edit'), array(