Naming: First letter lowercase, subsequent words uppercased.

e.g: patientMedication

Whitespace: No spaces or underscores

Database Naming Convention

Primary Key: ID

Foreign keys: [Table Name] + "ID"

e.g: patientID

PHP Naming Convention

types as part of certain variables?