function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
I am new to Salesforce.comI am new to Salesforce.com 

Model-view-controller

Explain about Model-view-controller with example?

 

 

Thanks,

SFDC-Learner

ibtesamibtesam

Simplest Example would be,

 

You create an object in database --> Model

Your view those records on salesforce pages --> View

Your click something and functionality runs in the background, that code running in backend --> Controller