Standardised tags

This commit is contained in:
Oliver Davies 2015-04-13 12:42:09 +01:00
parent 6735de698c
commit 28896f0f60
57 changed files with 136 additions and 126 deletions

View file

@ -4,9 +4,9 @@ nav: blog
use:
- posts
tags:
- Drush
- drush
- drupal-planet
- PHP
- php
---
There are times when doing Drupal development when you need to run a custom PHP script, maybe moving data from one field to another, that doesn't warrant the time and effort to create a custom module. In this scenario, it would be quicker to write a .php script and bootstrap Drupal to gain access to functions like `node_load()` and `db_query()`.