2 つのモジュールがあり、それぞれに異なるレイアウトを使用する必要がありますが、すべてのモジュールは常に 2 番目に読み込まれたモジュールのレイアウトを使用します。
application.config.php :
return array(
// This should be an array of module namespaces used in the application.
'modules' => array(
'news',//in this module use Application layout
'Application',
),