Home >Backend Development >PHP Tutorial >Universal CRUD function framework in the fast backend in the IcePHP framework (2)
Reorganize the class distribution during the development process
1. CRUD main control class
2.CRUDField field class
3. CrudOperation All operation classes
4.CrudOperationSet Operation set
5.CrudOperationIndex Home page processing class
6.CrudOperationSearch Search processing class
Above 6 One class can complete all functions
Additional files
1. Database Meta configuration file
2. Specific business example methods
The source codes will be released one by one in subsequent articles
The above is the general CRUD function framework in the fast backend in the IcePHP framework (Part 2) ), please pay attention to the PHP Chinese website (www.php.cn) for more related content!