Version 0.5
Page 150
Larry,
Can you please break this paragraph down or explain it another way? I've read it and re-read it numerous times. I understand the preceding and following pages, but not this paragraph and example.
Thanks.
"However, when you’ve identified a parameter in a rule that’s not part of the route,
it will only be passed to an action if that action’s parameter is named the same. The
earlier example code works, but this action definition with that same rule will throw
an exception (Figure 7.1):
# protected/controllers/PageController.php
public function actionView($x) {
// Etc."