Subscribe to PHP Freaks RSS

Data Discipline

syndicated from feeds.feedburner.com on August 6, 2020

Yes, on the Internet, everything is a string. However, that doesn’t mean we can ignore the structure and intended uses of the data that our applications work with. This issue focuses on how to ensure your data works with you and not against you. Review how to store it in a database, impose order to your JSON data with JSON-Schema, query it with SQL, choose an appropriate PHP type for your variables, and more.

The post Data Discipline appeared first on php[architect].