Hello all :)
I'm creating my application and I have a litle problem with
AppController.
I have create on /app/ folder a file named app_controller.php
inside this file I have write this code :
<?php
class AppController extends Controller
{
var $helpers = array('Html');
function beforeFilter()
{
pr($this);
}
}
?>
but I have not response from it
Why that ? ? ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---