noncent / pdo_class_wrapper

A Class for PDO Wrapper
25 stars 21 forks source link

Added error formatter functions #20

Closed rumplin closed 2 years ago

rumplin commented 3 years ago

Added private static methods for error text formatting. Type fix for getFieldFromArrayKey function - explode expects string, not array.