Login   Register  
PHP Classes
elePHPant
Icontem

File: core/Error/templates/layouts/MissingModel.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/MissingModel.phtml  >  Download  
File: core/Error/templates/layouts/MissingModel.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: 211 bytes
 

Contents

Class file image Download
<h1><?= $this->exception->getMessage() ?></h1>
<p>Não foi possível encontrar o <em>model</em> <strong><?= $details['model'] ?></strong> para o controller <strong><?= $details['controller'] ?></strong>.</p>