Typo?

Page 55, Under the recipe "Using base controller"

Under "how to do it", point 1:

<?php

class SecureController extends Controller

is’nt it supposed to be ‘extends CController’ ? there is an missing ‘C’

or am i wrong?

Both CController and Controller are OK. Controller is generated by yiic webapp by default and includes some definitions used for breadcrumbs and context menus.