create a copy of this object
copy:function()
return the sql string for this field
toSql:function()
do a SELECT on the related table
select:function( whereExpression, params )
do a DELETE on the related table
remove:function( whereExpression, params )
return the related model class
getRelatedClass:function()
create a copy of this object
copy:function()
return the sql string for this field
toSql:function()
return the related model class
getRelatedClass:function()
create a copy of this object
copy:function()
add a relation between this object to another object
add:function( realtedObject )
return the sql string for this field
toSql:function()
create the many to many table
createTable:function()
do a SELECT on the related table
select:function( whereExpression, params )
delete a relation between this object and other object
remove:function( related )
drop the many to many table
dropTable:function()
return the related model class
getRelatedClass:function()