Standard controllers
A standard controller is also called a Visualforce controller because you only use these controllers in a Visualforce context. If you need to create a button on an object to display a Visualforce page, you'll need to use a standard controller.
Standard controllers already contain some standard logic, like save a record, delete a record, and so on, so you can use this functionality without any extra classes or writing extra functionality. This functionality results in the same behavior as the functionality in the standard page layouts of Salesforce. The save functionality of your standard controller, Account, is the same functionality that you will use to save an account in the standard Salesforce pages.
We saw already ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access