r77637 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77636‎ | r77637 | r77638 >
Date:09:57, 3 December 2010
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Documentation improvement to r77597
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -1576,7 +1576,9 @@
15771577 }
15781578
15791579 /**
1580 - * Get an aliased table name.
 1580+ * Get an aliased table name
 1581+ * e.g. tableName AS newTableName
 1582+ *
15811583 * @param $name string Table name, see tableName()
15821584 * @param $alias string Alias (optional)
15831585 * @return string SQL name for aliased table. Will not alias a table to its own name
@@ -1590,6 +1592,8 @@
15911593 }
15921594
15931595 /**
 1596+ * Gets an array of aliased table names
 1597+ *
15941598 * @param $tables array( [alias] => table )
15951599 * @return array of strings, see tableNameWithAlias()
15961600 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77597Per Roans request, Merge in r65475 (Database.php only) from querypage-work2 b...reedy19:39, 2 December 2010

Comments

#Comment by Nikerabbit (talk | contribs)   10:00, 3 December 2010

Thanks!

Status & tagging log