Advertisement
Guest User

appcontroller code

a guest
Jan 30th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. App::uses('Controller', 'Controller');
  3.  
  4. /**
  5. * Application Controller
  6. *
  7. * Add your application-wide methods in the class below, your controllers
  8. * will inherit them.
  9. *
  10. * @package app.Controller
  11. * @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
  12. */
  13. class AppController extends Controller {
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement