linccce

My array

Jul 14th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1.     $this->widget('TbMenu', array(
  2.                         'type'=>'list',
  3.                         'items'=>array(
  4.                             array('label'=>'LT', 'url'=>array(Yii::app()->controller->getId().'/'.Yii::app()->controller->getAction()->getId(), 'lang'=>'lt')),
  5.                             array('label'=>'EN', 'url'=>array(Yii::app()->controller->getId().'/'.Yii::app()->controller->getAction()->getId(), 'lang'=>'en')),
  6.                         )
  7.                     ));
Advertisement
Add Comment
Please, Sign In to add comment