Constructor Properties
component persistent="true" table="users" extends="cborm.models.ActiveEntity"{
function init(){
setCreatedDate( now() );
super.init( useQueryCaching=true, defaultAsQuery=false );
return this;
}
}Last updated
Was this helpful?