Add Proxies for the ORM there are the following possible solutions
-> write proxies to file like Doctrine -> easiest solution still don't like the idea of spamming proxies on the HD
-> use runkit to access the methods -> harder for the user to understand + pecl extension
-> use eval to create the proxies dynamical using -> eval needs to be shielded and the input needs to be validated
Add Proxies for the ORM there are the following possible solutions
-> write proxies to file like Doctrine -> easiest solution still don't like the idea of spamming proxies on the HD
-> use runkit to access the methods -> harder for the user to understand + pecl extension
-> use eval to create the proxies dynamical using -> eval needs to be shielded and the input needs to be validated