KeepLearning 0 Posted March 19, 2013 Report Share Posted March 19, 2013 Version 0.5 page 157 Quote: "# protected/controllers/SiteController.php public function actions() { return array( 'page' => array('class' => 'CViewAction', 'defaultView' => 'about') ); } To change the layout used to encase the view, assign the alternative layout name to the layout attribute in that array." Larry, I understand the example, but not the last sentence. It doesn't seem to relate to the example. Can you please explain it in other words? Thanks. Quote Link to post Share on other sites
Larry 428 Posted March 20, 2013 Report Share Posted March 20, 2013 This is what I mean: 'page' => array( 'class' => 'CViewAction', 'defaultView' => 'about', 'layout' => 'otherLayout', ) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.