Category: PHP

  • PHP: Object Oriented Programming for Absolute Beginners

    Object Oriented Programming (OOP) techniques, is extremely useful when developing your project. It allow you to group all similar task into classes and provide you greater flexibility, easier maintenance, easier to extend and share your code with your team-mates.

  • PHP: Control Structures for Absolute Beginners

    PHP has support various conditional statement that allow developer to manipulate data easily, such as If, Else, Else If, For, Foreach, While, Do-While, Switch, Break, Return, Include, Include_Once, Require and Require_Once.