Guest User

Untitled

a guest
Oct 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function actionIndex()
  2. {
  3. $my_variable = "My variable";
  4. return $this->render('index', [
  5. 'my_variable' => $my_variable,
  6. ]);
  7. }
  8.  
  9. <?echo $my_variable;?>
  10.  
  11. /** @var $my_variable string */
Add Comment
Please, Sign In to add comment