Archive | Namespaces RSS feed for this section

Namespaces in PHP 5.3 – Part 2

TweetWelcome back! In Part 1 of this post we discussed how to create namespaces and use them for classes, functions and constants. If you have not read Part 1 I strongly recommend you read it before we move on to some of the advanced parts related to namespaces. Lets start from where we had left. [...]

Read full story · Comments { 0 }

Namespaces in PHP 5.3 – Part 1

TweetOne of the most significant and welcome features added in PHP 5.3 was that of namespaces. While this has been around in other programming languages, namespaces have finally found their place starting with PHP 5.3. If you are not new to namespaces and have worked on them in other languages don't go away, you might [...]

Read full story · Comments { 4 }