DB_QUERY_REGEXP
Definition
Description
Indicates the place holders that should be replaced in _db_query_callback().
Related topics
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
Code
<?php
define('DB_QUERY_REGEXP', '/(%d|%s|%%|%f|%b|%n)/');
?> 