The finder objects are static instances for each ActiveRecord class.
This means that event handlers bound to these finder instances are class wide.
Create a new instance of the ActiveRecord class if you wish to bound the
event handlers to object instance.
public static finder ( $className = __CLASS__ ) : |
||
리턴 | active record finder instance. |