Newsletter
-
Search for:
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
Tag Archives: MODx
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.

Handling Included Files
In the previous articles, we put our functions insi de a class and included the class file with a line like this: [code language=”php”] include MODX_CORE_PATH . ‘components/mycomponentname/model/mymathfunctions.class.php’; $math = …

MODX User Report IV
In the previous article, we produced a sorted list of resources acted on by the current user. In this one, we’ll see how to get all resources acted on by …
