You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Usually you have multiple tables in a database or multiple entities in doctrine. Currently, I have to write for each entity an extra ExtDirect controller with create, read, update and delete methods and @direct... annotations.
If you could support "call metadata", I could send the required tablename or entityname as metadata together with the Ext Direct call. On the server side I could write a single ExtDirect dispatcher and/or a generic CRUD service, resulting in lesser boilerplate code and code duplication.