hasMany(CustomerOrder::className(), ['customer_id' => '_id']); } public static function createQuery($config = []) { $config['modelClass'] = get_called_class(); return new CustomerQuery($config); } }