CodeIgniter Forums
CI4 documentation typo - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: CI4 documentation typo (/showthread.php?tid=79216)



CI4 documentation typo - paulkd - 05-12-2021

Hi,

I'm in the process of migrating a site from 3 to 4 and reviewing/updating all my DB queries.

Spotted this typo in "Query Builder Class / $builder->join()" section.

Code:
$builder->db->table('blog');

should be

Code:
$builder->db->table('blogs');



RE: CI4 documentation typo - MGatner - 05-15-2021

Good catch! Drop us a quick Pull Request?


RE: CI4 documentation typo - mylastof - 05-17-2021

It has been fixed in v4.1.2


RE: CI4 documentation typo - paulkd - 05-18-2021

(05-17-2021, 11:06 PM)mylastof Wrote: It has been fixed in v4.1.2