lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

Drop support for Zen Cart versions prior to zc157 #202

Closed lat9 closed 1 year ago

lat9 commented 1 year ago

This will ensure that there is no need to support PHP versions prior to 5.6 and enable the use of the foreach (rather than while (!$query->EOF)) construct when looping through database queries. It'll also enable the removal of the support for the queryCache plugin.

I'll also use this issue to provide additional refactoring to current programming standards, removing extraneous spaces and converting array()-based usage to [].

lat9 commented 1 year ago

Updating the dbio_manager and dbio_customize tools to use HTML5 and the zc157+ admin_html_head.php.