Welcome Guest, Not a member yet? Register   Sign In
CI4 documentation typo
#1

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');
Reply
#2

Good catch! Drop us a quick Pull Request?
Reply
#3

It has been fixed in v4.1.2
Reply
#4
Thumbs Up 

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




Theme © iAndrew 2016 - Forum software by © MyBB