I recently started with PHP development. Although I have had some small exposure to the
language before, this was my first real project.
What are the big differences to the Java (web) development experience?
interpreted (no compiler to check for errors, just a parser)
dynamically typed (->no “parse-time” type checking in the IDE ..)
essential procedural, object handling completely [...]
FB Series: Java Guy starting with FB development