db\BaseActiveRecord init()

init() public method

Initializes the object.

This method is called at the end of the constructor. The default implementation will trigger an EVENT_INIT event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event.

public void init ( )
doc_Yii
2016-10-30 16:56:49
Comments
Leave a Comment

Please login to continue.