Login   Register  
PHP Classes
elePHPant
Icontem

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

Contents

Class file image Download
<h1>Action não encontrada</h1>
<p><?= $this->exception->getMessage() ?></p>
<p>Certifique-se de que existe um método <strong><?= $details["action"] ?></strong> na classe <strong><?= $details["controller"] ?>Controller</strong>, 
    e que a action possua sua respectiva view.
</p>