GSoC/GCI Archive
Google Summer of Code 2012 phpMyAdmin

Refactoring Insert/edit, Operations, Privilege and Structure sections in phpMyAdmin

by Thilina Buddika Abeyrathna for phpMyAdmin

Refactoring is needed for code base of phpMyAdmin (PMA), because there are a lot of mix of HTML, and PHP tags and ugly code in the code base. In addition, the source code is not structured well. As an open source project, the source code must be highly maintainable because of the number of developers will be involved with this project as a contributors. The main purpose of this project is to improve code readability, maintainability and to reduce the complexity of the code. Further, the understandability of the code will also be improved. In this project mainly focusing on set of sections in phpMyAdmin. Insert/edit, Privileges, Operations and Structure sections will refactoring.