![]() |
wtf is "Query Builder"? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: wtf is "Query Builder"? (/showthread.php?tid=63645) |
wtf is "Query Builder"? - Rashid - 11-23-2015 Where Active Record has gone? Is it just a rename issue? ('Active Record' === 'Query Builder') is TRUE? RE: wtf is "Query Builder"? - sv3tli0 - 11-23-2015 Its inside releases Change Log > http://www.codeigniter.com/user_guide/changelog.html (3.0.0) Read it ![]() RE: wtf is "Query Builder"? - suhindra - 11-23-2015 Renamed the Active Record class to Query Builder to remove confusion with the Active Record design pattern. |