예제 #1
0
 /**
  * Render constructor
  * @param App $app
  * @param null $path
  */
 public function __construct($app, $path = null)
 {
     parent::__construct($app, $path);
     $this->_layout = 'compare';
 }