browse by tag: introduction
sort by
PHP Patterns: Introduction
in PHP added by goodphptutorials, on 5/3/2006 introduction oo programming patterns php5
Even if you have never set eyes on a pattern catalog in your life, you have probably come across the phrase design patterns in recent years. You may even have assumed that patterns were yet another fad. After the turn of the century it suddenly seemed that patterns were everywhere, and PHP was not immune.
comment save reportObject Oriented Programming in PHP: The Way to Large PHP Projects
in PHP added by goodphptutorials, on 12/12/2005 beginner introduction objects oo programming oop
This arcticle introduces Object Oriented Programming (OOP) in PHP. I will show you how to code less and better by using some OOP concepts and PHP tricks. Good luck!
comment save reportAn Introduction to Variables
in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials introduction var variables
Think of a variable as one piece of data stored in memory, which can be called and changed or used later
comment save report