Updating doc comment about find(list).

Refs #1968
This commit is contained in:
mark_story 2011-09-06 08:00:08 -04:00
parent 2c3fa32a5d
commit b1c4b57d85

View file

@ -2056,6 +2056,9 @@ class Model extends Overloadable {
* - If three fields are specified, they are used (in order) for key, value and group.
* - Otherwise, first and second fields are used for key and value.
*
* Note: find(list) + database views have issues with MySQL 5.0. Try upgrading to MySQL 5.1 if you
* have issues with database views.
*
* @param array $conditions SQL conditions array, or type of find operation (all / first / count /
* neighbors / list / threaded)
* @param mixed $fields Either a single string of a field name, or an array of field names, or