I have some PHP screens that have a lot of fields. I am used to having a one-for-one match between screen fields and database columns following database normalization rules.
I have several screens which I have seen the previous developers would implode/explode arrays of all fields into one column. If you look at the attached screen print, you will notice the all of the data in the col_values field. The data is tab-delimited.
Has anyone seen this type of coding? Why would someone code this way? Any ideas?