Home >Backend Development >PHP Tutorial >MVC single entry design idea session storage svn and git SAE
1. Distribute during initialization: find the corresponding controller class and method)
4. Controller:
a) Business processing
b) Call the model class to process data operations (operate the database)
c) Call the view class Process the template (assign data to the template, parse the template: replace the template tag with data)
session storage
process expiration
The above introduces the MVC single entry design idea, session storage, svn and git SAE, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.