List Headline Image
Updated by Lu Junlin on Jul 29, 2013
 REPORT
Lu Junlin Lu Junlin
Owner
2 items   1 followers   0 votes   8 views

Beginner programming articles

A list of articles that helps beginners (just started to amateur programmers) learn about programming. They should be easy to read and understand, preferably with code.

Articles could explain the following:
- object oriented programming
- programming concepts
- design patterns
- other fundamentals

Explanation is the key!

Dependency Injection Container

This article is part of a series on Dependency Injection in general and on a lightweight implementation of a Container in PHP in particular: In the first installment of this series on Dependency Injection, I have tried to give concrete web examples of Dependency Injection in action.

Understanding ZF2 Configuration

In Zend Framework 2 we no longer have the commanding , instead we got the option to configure our website or rather the modules on a per-module-basis. Furthermore, the modules are able to overwrite each others configuration. With this in mind, it makes it even more important to understand how ZF2 manages the configuration files of several modules internally.