sjaakpriester.nl
  • Software
  • Sjaak wie?
  • Contact
  1. Tags
  2. Japan

Japan

Heroes with this tag

Resultaat 1-6 van 6 items.
  1. Nobuyoshi Araki
  2. Ikutaro Kakehashi
  3. Haruki Murakami
  4. Yoko Ono
  5. Shuji Terayama
  6. Hiromi Uehara
Code
<?php
use ...

class TagController extends Controller
{
    // ...
        public function actionView($id)
    {
        $tag = $this->findModel($id);
        $heroes = new ActiveDataProvider([
            'query' => $tag->getModels()->orderBy('last_name'),
        ]);

        return $this->render('view', [
            'tag' => $tag,
            'heroes' => $heroes
        ]);
    }
    // ...
}

© Sjaak Priester 2003-2025

Test