<?php $this->renderInclude("header");?> <p>Esta es una página de ejemplo de un negocio!</p> <pre><?php print_r(\app\models\CuentaSel::getSelected());?></pre> <?php $this->renderInclude("footer");?>