Looks like _compile_select is deprecated and get_compiled_select is not added to 2.1.0. Are there any other functions like those two? And also I am curious. Is there any particular reason to not adding get_compiled_select() to Active Record and removing _compile_select?
Looks like _compile_select is deprecated and get_compiled_select is not added to 2.1.0. Are there
Share
I’ve added get_compiled_select() to DB_active_rec.php and it seems to work without problem, but i wouldn’t remove _compile_select() since it’s used in many other methods.
The pull request for adding this method is here, with some other useful methods like:
https://github.com/EllisLab/CodeIgniter/pull/307
if you want just the method, it’s just this: