the view/layout/main page has <?php echo $content;?> statement. And i set column1 as default layout in components/controller.php. the Column1 <?php $this->beginContent(’//layouts/main’); ?> has <?php echo $content;?> and the Column1 also have the same.I this case which statement will exicute