Answers for "yii1 anchor tag"

PHP
0

yii1 anchor tag

<?php echo CHtml::link("Label Text" , array("/controller_here/action_here") , array('class' => 'class_here')); ?>
Posted by: Guest on November-19-2020

Browse Popular Code Answers by Language