Ghufron Asadly. Diberdayakan oleh Blogger.

inner join cakephp 3 with find

Sabtu, 10 Februari 2018

inner join cakephp 3 with find

$query = $this->Dperusahaan->find('all')
            ->join([
                'subsection' => [
                    'table' => 'subsection'
                    'type' => 'inner',
                    'conditions' => 'users.npwp_pt = dperusahaan.npwp',
                ],
                'city' => [
                    'table' => 'cities',
                    'type' => 'INNER',
                    'conditions' => 'users.city_id = cities.id',
                ]
            ])->toArray();

Tidak ada komentar:

Posting Komentar

 

Most Reading