>
>
> pero para controller q no existen ???
>
> x ejemplo pongo
http://localhost/miweb/error/noexiste
>
> y sale el mensaje tradicional de error
> dentro del layout por default
>
>
> Missing Method in AppController
> Error: The action index is not defined in controller AppController
>
> Error: Create AppController::index() in file: app\controllers
> \app_controller.php.
>
> <?php
> class AppController extends AppController {
> var $name = 'App';
> function index() {
> }
> }
> ?>
> Notice: If you want to customize this error message, create app\views
> \errors\missing_action.ctp.
>
>
> aca quiero q se muestre un mensaje mas adecuado
>
>
> gracias
>
>
>
> On 13 ene, 13:18, Luis Leiva <
tengu...@gmail.com