E
E
EVOSandru62014-11-17 08:22:29
Yii
EVOSandru6, 2014-11-17 08:22:29

How to make an external link in Widget menu in Yii?

http:// - does not work, superimposed on the main url as a controller

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nikesport, 2014-11-17
@nikesport

VERY SIMPLE

R
Roman Frank, 2014-11-17
@Akellacom

$this->widget('zii.widgets.CMenu', array(
    'items'=>array(
        array('label'=>'Home', 'url'=>'http://sitename.domain/'),
        . . .
    ),
));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question