GSoC/GCI Archive
Google Summer of Code 2012 phpMyAdmin

Refactoring: Displaying query results

by K.P. Chanaka Indrajith Dharmarathna for phpMyAdmin

In current code base of PMA, the code for displaying query results is not much reusable. To improve the ability of re usability of the code, I have suggestions to refactor the code with better approaches. The code is going to be improved by applying Object Oriented Programming concepts. Along with that, new features like support for displaying results for multiple queries at once, introducing some more built-in transformations where it is applicable will be considered.