|
|
@@ -207,8 +207,8 @@ class Zend_Db_Select
|
|
|
* The first parameter $name can be a simple string, in which case the
|
|
|
* correlation name is generated automatically. If you want to specify
|
|
|
* the correlation name, the first parameter must be an associative
|
|
|
- * array in which the key is the physical table name, and the value is
|
|
|
- * the correlation name. For example, array('table' => 'alias').
|
|
|
+ * array in which the key is the correlation name, and the value is
|
|
|
+ * the physical table name. For example, array('alias' => 'table').
|
|
|
* The correlation name is prepended to all columns fetched for this
|
|
|
* table.
|
|
|
*
|
|
|
@@ -219,8 +219,8 @@ class Zend_Db_Select
|
|
|
* no correlation name is generated or prepended to the columns named
|
|
|
* in the second parameter.
|
|
|
*
|
|
|
- * @param array|string|Zend_Db_Expr $name The table name or an associative array relating table name to
|
|
|
- * correlation name.
|
|
|
+ * @param array|string|Zend_Db_Expr $name The table name or an associative array
|
|
|
+ * relating correlation name to table name.
|
|
|
* @param array|string|Zend_Db_Expr $cols The columns to select from this table.
|
|
|
* @param string $schema The schema name to specify, if any.
|
|
|
* @return Zend_Db_Select This Zend_Db_Select object.
|