| 1 |
<?php |
<?php |
| 2 |
// $Id: core.php,v 1.51.2.1 2006/02/16 04:56:56 webchick Exp $ |
// $Id: core.php,v 1.51.2.2 2007/01/18 17:05:41 webchick Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 279 |
* Query to be rewritten. |
* Query to be rewritten. |
| 280 |
* @param $primary_table |
* @param $primary_table |
| 281 |
* Name or alias of the table which has the primary key field for this query. Possible values are: comments, forum, node, term_data, vocabulary. |
* Name or alias of the table which has the primary key field for this query. Possible values are: comments, forum, node, term_data, vocabulary. |
| 282 |
|
* Typical table names would be: {blocks}, {comments}, {forum}, {node}, |
| 283 |
|
* {menu}, {term_data} or {vocabulary}. However, it is more common for |
| 284 |
|
* $primary_table to contain the usual table alias: b, c, f, n, m, t or v. |
| 285 |
* @param $primary_field |
* @param $primary_field |
| 286 |
* Name of the primary field. |
* Name of the primary field. |
| 287 |
* @param $args |
* @param $args |