Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. 'urlManager' => [
  2. 'enablePrettyUrl' => true,
  3. 'showScriptName' => false,
  4. 'rules' => [
  5. '<controller:w+>/<city:d+>' => '<controller>/view',
  6. '<controller:w+>/<action:w+>/<city:d+>' =>
  7. '<controller>/<action>'
  8. ],
  9. ],
  10.  
  11. echo Html::a('<h4>'.$cities[$i].'</h4>', ['/ads/browse',
  12. 'city'=>$cities[$i]], ['class'=>'btn buttonCity']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement