audit-legacy-controller
Instructions
- Open
controllers/admin/Admin{Domain}sController.php— read the full file. - List every public action method:
renderList,renderForm,postProcess,ajaxProcess*, any custom method. - For each form field in
renderForm(), record: field name, type (text/select/checkbox/file), whether it is translatable, whether it is required. - Record every DB column accessed in
getList()orrenderList()— these map to grid columns. - Record every fi
[Description truncada. Veja o README completo no GitHub.]