panigrc / SimpleCiShop

A simple ecommerce system based on codeigniter [Moved to Codeberg]
https://codeberg.org/nik.lol/SimpleCiShop
MIT License
14 stars 14 forks source link

Empty input data should be NULL #40

Open panigrc opened 4 years ago

panigrc commented 4 years ago

Data which is processed with the CodeIgniter Input class if they are empty '' they are being returned as empty.

We should process these values and set empty to NULL for clearer handling if a value can be or not NULL (i.e. validation, database)