</>
Tutorials

CakePHP Tutorial

  • CakePHP - File upload
    To work on file upload we are going to use the form helper. Here, is an example for file upload.
  • CakePHP - Form Handling
    CakePHP provides various in built tags to handle HTML forms easily and securely. Like many other PHP frameworks, major elements of HTML are also generated using CakePHP. Following are the various functions used to generate HTML elements.
  • CakePHP - Views
    The letter V in the MVC is for Views. Views are responsible for sending output to user based on request. View Classes is a powerful way to speed up the development process.
  • CakePHP - Working with Database
    Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.
  • CakePHP - Services
    This chapter deals with the information about the authentication process available in CakePHP.
  • CakePHP - Update a Record
    To update a record in database, we first need to get hold of a table using TableRegistry class. We can fetch the instance out of registry using the get() method. The get() method will take the name of the database table as an argument. Now, this new instance is used to get particular record that we
Page 1 / 7Next