Newsletter
-
Search for:
Categories
Recent Comments
Tags
add adding Alfresco arvixe Arvixe Elgg Hosting bucket change clip ClipBucket CMS cPanel/Linux Hosting create dolphin Drupal elgg Elgg Hosting elgg tutorials how how to install joomla Joomla 3 module MODx mojoPortal New nopcommerce panel php SE4 set up setup site socialengine softaculous tips to TomatoCart use using video web website websitepanel WordPress
Category Archives: MODX
Using Namespaces with an Autoloader
In the last few articles, we looked at autoloaders and ways to prevent collisions between the names of classes and their methods. In this article, we’ll see how to use …

Using Namespaces to Avoid Class-name Collisions
In the several previous articles, we looked at ways to prevent collisions between functions and classes. In this article, we’ll see how to handle that using PHP namespaces.

Using an Autoloader to Load Classes
In the previous articles, we looked at ways to prevent collisions between functions and classes. In this article, we’ll see how to make that more convenient by using an autoloader …
