Constructor Properties
Constructor Properties for ActiveEntity in CBORM
Property
Type
Required
Default
Description
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?