Radi
Member
Could someone please, help me understand those two methods?
Those are not very clear to me.
In my project, I am extending XenForo_DataWriter_User and my understanding is that I need to use those two methods to save the user data to the database.
Is there example code that I missed?
PHP:
/**
* Post-save handling.
*/
protected function _postSave()
PHP:
/**
* Pre-save handling.
*/
protected function _preSave()
In my project, I am extending XenForo_DataWriter_User and my understanding is that I need to use those two methods to save the user data to the database.
Is there example code that I missed?