Web Application Development with PHP
This course intends to pass on good practices and tips to developers.
PHP is perhaps, the most common server side scripting language for web sites and applications. Unfortunately due to the languages growth, structure and evolution over the last few years, it is all too easy for programmers to create applications which are hard to maintain, secure and produce.
PHP is excellent for producing small CGI scripts for processing particular forms and rendering pages. Unfortunately scaling this up to a large dynamic application can expose failings within the language.
This course intends to provide the attendees with examples and the means to develop applications which are more scalable and maintainable by using good practices, relevant patterns and modern development methodologies.