Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Doctrine 调用存储过程?
Doctrine 本身不支持存储过程。确切的方法取决于学说版本,但最好的办法是使用学说本机接口并直接调用 proc,结果最终映射到域类(如果需要)。