Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [3.1.2] update_batch not work
Post: RE: [3.1.2] update_batch not work

the issue can be resolved by reverting line 1918 of DB_query_builder from: if ($this->query($this->_update_batch($this->protect_identifiers($table, TRUE, NULL, FALSE), array_slice($this->qb_set, $i, $...
17,390 Views
11 Replies
11-02-2016, 04:23 AM
pgee
    Thread: [3.1.2] update_batch not work
Post: RE: [3.1.2] update_batch not work

rodrigoprazim Wrote: (10-31-2016, 08:51 AM) -- Code: -- $dataTotal = array(   array(       'id' => 1,       'name' => 'house',       'description' => 'this house'   ),   array(       '...
17,390 Views
11 Replies
11-02-2016, 04:21 AM
pgee
    Thread: email attachments
Post: email attachments

Hi. Using the emails library to send attachments, I was getting an issue in a loop of sending emails to recipients, the number of attachments increased to each recipient. It turns out that the $_a...
3,742 Views
3 Replies
02-22-2016, 10:21 PM
pgee
    Thread: logs
Post: logs

This is not a bug, but an easy feature improvement. in the CI_Model.php, instead of: log_message('info', 'Model Class Initialized'); have: PHP Code: -- public function __construct() { log...
1,536 Views
0 Replies
02-21-2016, 05:47 PM
pgee

Theme © iAndrew 2016 - Forum software by © MyBB