CodeIgniter-MY_Model
CodeIgniter-MY_Model copied to clipboard
join_temporary_results changes to accept large amount of records
I had a problem in a get_all with a relationship with 90 thousand records that the error happened:
preg_match(): Compilation failed: regular expression is too large at offset)
I studied the code and with this change the problem is solved