Multiple objects

Is it possible to send multiple objects in multiple table at once in php?

Hello Jack

Creating multiple objects at once is unavailable.

Regards Anton

Multiple objects can be saved only when they “children” object of another “parent” object. A child object is an entity related to another one. Say you have “Person” and “Address” tables. To save multiple addresses, you’d persist Person which contains a collection of Address objects.