Blog Home


Unit Testing II - Command Line Testing

Running unit tests from the command line

Unit Testing I - Organization and Configuration

Organizing and configuring our testing system

Installing Codeception and PhpUnit with Composer

Using the Composer dependency manager to install Codeception and PhpUnit

Creating MODX Articles in Code IV

Using the resource/create processor to create new Articles.

Creating MODX Articles in Code II

Creating a blog Article using a MODX chunk for the content

Creating MODX Articles in Code I

Use a PHP script to create new blog Articles

Keep the MODX Forums from Eating your Back-ticks

Some tips on using back-ticks and displaying code in the MODX Forums

Preserve Formatting When Pasting Text in PhpStorm

Maintaining structure and indentation when pasting code in PhpStorm

Updating Multiple MODX Settings in Code

Using a snippet to automate the process of updating multiple settings

Updating MODX Settings in Code

How to update various kinds of MODX settings in PHP