コード例 #1
0
ファイル: EmployeeModel.php プロジェクト: Pavel12579/yii.loc
 public function getAll()
 {
     return Employee::find()->with('person', 'positions')->all();
 }