So here comes Cakephp 3.0 with all new syntax new ORM and many other changes.I find myself struggling with Cakephp this hard since I used cakephp 1.3 for the first time.
But here is My first struggle to help you with
But here is My first struggle to help you with
return $this->find('list',['keyField' => 'id', 'valueField' => 'name'])->where([
'id IN'=>$nearCitys
])->toArray();
No comments:
Post a Comment