Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -1576,7 +1576,9 @@ |
1577 | 1577 | } |
1578 | 1578 | |
1579 | 1579 | /** |
1580 | | - * Get an aliased table name. |
| 1580 | + * Get an aliased table name |
| 1581 | + * e.g. tableName AS newTableName |
| 1582 | + * |
1581 | 1583 | * @param $name string Table name, see tableName() |
1582 | 1584 | * @param $alias string Alias (optional) |
1583 | 1585 | * @return string SQL name for aliased table. Will not alias a table to its own name |
— | — | @@ -1590,6 +1592,8 @@ |
1591 | 1593 | } |
1592 | 1594 | |
1593 | 1595 | /** |
| 1596 | + * Gets an array of aliased table names |
| 1597 | + * |
1594 | 1598 | * @param $tables array( [alias] => table ) |
1595 | 1599 | * @return array of strings, see tableNameWithAlias() |
1596 | 1600 | */ |