Profile
Achievement
TioSolid's Recent SnippetsTagged cakephp
- All /
« Prev 1 Next »
I needed to create several pages that didn't use any models and contained static data inside the default layout. My first thought was to create a controller for these pages and define an action for each static page I needed. However, this solution se...
0
649
posted 14 years ago by TioSolid
Another common use of Auth component variables is to allow access to certain methods without the user being logged in (by default Auth restricts access to every action except the login and logout methods).
0
722
posted 14 years ago by TioSolid