Subversion Repositories LCARS

Rev

Rev 173 | Rev 192 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<?php

class IndexView extends \PointedEars\PHPX\View
{
  /**
   * Creates a new index view
   *
   * @see View::__construct()
   */

  public function __construct ($template)
  {
    parent::__construct('application/layouts/index/index.phtml');
  }
}