简体   繁体   中英

Can we modify ORM Doctrine Framework?

In my project's source code, there are some classes having some methods and variables that are auto-generated by Doctrine ORM Framework , whose definition are difficult to find.

Is anyone having any idea of how to find the body definitions of the methods provided by ORM Doctrine Framework ?

Regards, Megha

Don't modify vendor code.

You can look at the Doctrine code that's installed in your Symfony2 project by looking in the vendor/doctrine folder.

If you make modifications to the code there, if you update your application, or want to install it anywhere else, your modifications will not be saved. Therefore rendering them useless.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM