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
Please post your question in clear-way.
if i understood your problem correctly as you said that you used default layout as column1
if in column1 you used <?php $this->beginContent(’//layouts/main’); ?> so the content will be echo form main layout
sorry for my english