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.
我需要在另一个模型中使用其他模型中的方法。我注意到版本 1.1 没有ClassRegistry,我听说我应该使用该loadModel方法并且一切正常。但是我注意到,如果我不使用这种方法,它仍然可以工作。
ClassRegistry
loadModel
所以问题是:
1)下面的代码是正确的还是我应该做一些不同的事情?
2)这是否有一个主要的性能/速度缺点?
$something_model = new Something(); $something_model->findByEmail('test@test.com');