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

soul

Heroes with this tag

Resultaat 1-7 van 7 items.
  1. James Brown
  2. Ray Charles
  3. Isaac Hayes
  4. Ben E. King
  5. Nina Simone
  6. Allen Toussaint
  7. Stevie Wonder
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-2026

Test