Is AppController.php in the right location? I believe it should be:
app/AppController.php
On Jun 2, 10:47 pm, Oscar Burgos <[EMAIL PROTECTED]> wrote:
> hi, (again)
>
> I have a little trouble
>
> I´m trying to redefine the AppController but it´s not being executed
> and I don´t know why???
>
> it is in the correct place..
>
> it´s as simple as this...
>
> class AppController extends Controller {
> function beforeRender() {
> die("ok");
> }
>
> }
>
> but it doesn´t die....why??
>
> thaks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---