Login   Register  
PHP Classes
elePHPant
Icontem

File: core/Error/templates/layouts/MissingView.phtml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Italo Lelis de Vietro  >  Easy Framework  >  core/Error/templates/layouts/MissingView.phtml  >  Download  
File: core/Error/templates/layouts/MissingView.phtml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy Framework
Full stack Web application framework with MVC
Author: By
Last change:
Date: 2012-03-03 05:59
Size: 345 bytes
 

Contents

Class file image Download
<h1><?= $this->exception->getMessage() ?></h1>
<p>Não foi possível encontrar a <em>view</em> correspondente para o controller <strong><?= $details["controller"] ?></strong>.
    Certifique-se de que existe uma view para a action <strong><?= $details["action"] ?></strong> na pasta <code>app/views/<?=
$details["controller"] ?></code>.
</p>