LoginSignup
0
3

More than 5 years have passed since last update.

CakePHP3:HTMLヘルパーでtarget=_blankを指定

Posted at

以下のように、linkの第3引数に指定する:

$this->Html->link( __('View'), 
                   ['controller' => 'Articles', 'action' => 'view', $article->id], 
                   array('target' => '_blank')
                 );
0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3