Section 01
C O N T E N T
C O N T E N T aaaaaaaaa bbbbbbbbbb
- latest update: 27/12/2019
- See also
blah blah...
blah blah...
blah blah...
blah blah...
blah blah...
Section 02
blah blah...
blah blah... 2nd parameter is ... and third is ...
$PDOgrid->joinTable("user_meta", "users.user_id = user_meta.user_id", "LEFT JOIN");
echo $PDOgrid->dbTable("users")->render();
Note that BETTER NOT USE join operations because :
- eg PDOgrid left join currently doesn’t support alias
- only two table left join operation is available in this version
- delete deletes data from both the tables.