Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

DB_QUERY_REGEXP

Definition

6/includes/database.inc

Description

Indicates the place holders that should be replaced in _db_query_callback().

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Code

<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b|%n)/');
?>