Added insert_batch

This commit is contained in:
Timothy Warren 2013-05-03 13:10:15 -04:00
parent f6bfe414e6
commit 96653a8fb2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ If the `alias` key is set in the parameters, you can refer to a specific databas
Query('old')->query($sql);
### Running Queries
Query uses the same interface as CodeIgniter's [Active Record class](http://codeigniter.com/user_guide/database/active_record.html). However, it does not implement the `insert_batch`, `update_batch` or caching methods.
Query uses the same interface as CodeIgniter's [Active Record class](http://codeigniter.com/user_guide/database/active_record.html). However, it does not implement the `update_batch` or caching methods.
####You can also run queries manually.