Hey Lorna.

Nice guide, though it did take me a bit to figure out which parts went in which classes.

Just wanted to mention that you have a small mistake in your code:
$this->getVars[‘user_id’])
should be
$this->getArgs[‘user_id’])

Since that’s what you defined in part 1 of the series :)

all in all, a nice intro, thanks

/Jonas