
inheritance with taggable
By: a guest on
Apr 1st, 2010 | syntax:
PHP | size: 0.53 KB | hits: 82 | expires: Never
Bal_User:
actAs:
Taggable:
tagAlias: "SubscriptionTags"
SoftDelete:
Timestampable:
columns:
id:
type: integer(2)
unsigned: true
primary: true
autoincrement: true
username:
type: string(16)
notblank: true
unique: true
User:
inheritance:
extends: Bal_User
type: simple
columns:
fullname:
type: string(85)
notblank: true