<?php ... A::init($config)->run();
CRequest
.
pages
, which refers to the PagesController
class; and the action is
view
, whose actual meaning is determined by the controller.
viewAction
in the controller class.
view
with the Pages model.