Blog Archives

Simple registration in CakePHP

Suppose that there is a users table in recipe_db database. In users table we will save a user data using cakephp. Let create a controller name usersController : this add() of  UsersController class will insert users information into db table

Tagged with: , , ,
Posted in CakePHP