CI Builder Question |
Hello together,
I am at a loss. The following query over three tables gives me the following desired result. Code: SELECT What is the corresponding implementation in CI-query builder? PHP Code: $all_obj = $this->builder->select('objekte.obj_strasse, I always miss a field: 'Unknown column 'objekte.obj_id' in 'on clause' Any help is appreciated. Cheers, Thomas PS: it works with a raw query |
Messages In This Thread |
CI Builder Question - by Tomasiomat - 03-27-2024, 05:36 AM
RE: CI Builder Question - by Codinglander - 03-27-2024, 06:45 AM
RE: CI Builder Question - by Tomasiomat - 03-27-2024, 07:22 AM
RE: CI Builder Question - by InsiteFX - 03-27-2024, 10:56 PM
|