1 | <li><?php echo $this ->Html->link(__( 'users' ), [ 'controller' => 'users' , 'action' => 'index' ]); ?></li> |
1 | echo $this ->Html->tag( 'li' , $this ->Html->link(__( 'users' ), [ 'controller' => 'users' , 'action' => 'index' ]), array ( 'escape' => false)); |
1 | (<li><\?php )( echo )(\ $this ->Html->link\([^;]+)(;)( \?></li>) |
1 | \2 $this ->Html->tag( 'li' ,\3, array ( 'escape' => false))\4 |
0 件のコメント:
コメントを投稿