Skip to content

Instantly share code, notes, and snippets.

@majna
majna / schema.php
Created July 5, 2011 15:00
Cake 2.0 Post and User schema #1817
<?php
/* App schema generated on: 2011-07-05 14:44:57 : 1309877097*/
class AppSchema extends CakeSchema {
function before($event = array()) {
return true;
}
function after($event = array()) {
}