As promised in the previous part we’ll take a look at the admin section. If you remember, we’ve setup our users so that when they
As promised in the previous part we’ll take a look at the admin section. If you remember, we’ve setup our users so that when they
CakePHP 2.1 Now that we’ve completed our basic setup for Auth, let’s take a look at the User.php model… class User extends AppModel {
CakePHP 2.1 The example application in the CakePHP book does a very good job of covering setup and implementation of a basic Auth system. Let’s