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

computers

Heroes with this tag

Resultaat 1-9 van 9 items.
  1. George Boole
  2. Edsger Dijkstra
  3. Bill Gates
  4. Steve Jobs
  5. Donald Knuth
  6. BenoƮt Mandelbrot
  7. Bjarne Stroustrup
  8. Alan Turing
  9. Will Wright
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