Commit 0262c512 authored by Steve Müller's avatar Steve Müller

update code examples

parent 7512dcce
......@@ -550,8 +550,8 @@ class QueryBuilder
* ->insert('users')
* ->values(
* array(
* 'name' => 'username',
* 'password' => md5('password')
* 'name' => '?',
* 'password' => '?'
* )
* );
* </code>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment