Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Callbacks

ssalat edited this page Apr 25, 2011 · 1 revision
protected function init()
{
		
}
	
protected function preInsert()
{
		
}
	
protected function postInsert()
{
		
}
	
protected function preUpdate()
{
		
}
	
protected function postUpdate()
{
		
}
	
protected function preSave()
{
		
}
	
protected function postSave()
{
		
}
	
protected function preDelete()
{
		
}
	
protected function postDelete()
{
		
}
Clone this wiki locally