Advertisement
Guest User

Untitled

a guest
Feb 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. /** @var array $model Some item array element */
  3. /** @var string $local ListView view param */
  4. ?>
  5.  
  6. <div>
  7.     <?= $model[ 'name' ]; ?>
  8.     <p><?= $local; ?></p>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement