yangruiyou85 / yiidoc

Automatically exported from code.google.com/p/yiidoc
0 stars 0 forks source link

Little Mistake in Guide Query-Builder #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
database.query-builder.txt line 463,

What is the expected output? What do you see instead?
Expected:
"The [delete|CDbCommand::delete] method builds and executes a `DELETE` SQL 
statement. The `$table` parameter specifies which table to be deleted;....
"

Instead:
"The [delete|CDbCommand::delete] method builds and executes a `DELETE` SQL 
statement. The `$table` parameter specifies which table to be updated;....
"

Original issue reported on code.google.com by garry3pe...@gmail.com on 11 Jan 2011 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by mdomba@gmail.com on 26 Jun 2011 at 12:53