Guest User

Untitled

a guest
Jan 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public function beforeFilter() {
  2. parent::beforeFilter();
  3. $this->Auth->allow('index');
  4. }
  5.  
  6. public function index() {
  7. $this->layout = 'bootstrap';
  8. }
  9.  
  10. public function beforeFilter() {
  11. parent::beforeFilter();
  12. $this->layout = 'bootstrap';
  13. $this->Auth->allow('index');
  14. }
  15.  
  16. public function adding() {
  17. }
Add Comment
Please, Sign In to add comment