PHP Classes

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

Recommend this page to a friend!
  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: 12 years ago
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>