mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

Reduce some code complexity #58

Closed mc12345678 closed 3 years ago

mc12345678 commented 3 years ago

When working on Easypopulate many years ago and to support the ability of the software to work on multiple systems and retain features that had originally been added, it was "necessary" to provide some sort of means to switch between the two types of mysql database handlers of the mysql and mysqli styles.

It would reduce the complexity of the code if the needed process to continue to support operation could do so with less extra/unique code. Ultimately reducing to Zen Cart code would make it as compatible as possible, but there remain a few features that would need to be reworked to support that in its entirety. Once those features are reworked, then the query style can be reverted to standard Zen Cart features.