Callbacks

before_save()

7: 	function before_save() {
8: 	}

File: lib/model/Callbacks.php, #line 7

after_save()

13: 	function after_save() {
14: 	}

File: lib/model/Callbacks.php, #line 13

before_update()

19: 	function before_update() {
20: 	}

File: lib/model/Callbacks.php, #line 19

after_update()

25: 	function after_update() {
26: 	}

File: lib/model/Callbacks.php, #line 25

before_destroy()

31: 	function before_destroy() {
32: 	}

File: lib/model/Callbacks.php, #line 31

after_destroy()

37: 	function after_destroy() {
38: 	}

File: lib/model/Callbacks.php, #line 37

before_validate()

43: 	function before_validate() {
44: 	}

File: lib/model/Callbacks.php, #line 43

after_validate()

49: 	function after_validate() {
50: 	}

File: lib/model/Callbacks.php, #line 49

validate_on_update()

55: 	function validate_on_update() {
56: 	}

File: lib/model/Callbacks.php, #line 55

validate_on_save()

61: 	function validate_on_save() {
62: 	}

File: lib/model/Callbacks.php, #line 61

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>