array('numeric'), 'name' => array('notempty'), 'external_name' => array('notempty') ); var $hasOne = array( 'CurrentLedger' => array( 'className' => 'Ledger', 'foreignKey' => 'account_id', 'dependent' => false, 'conditions' => array(array('CurrentLedger.closed' => 0)), 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ), ); var $hasMany = array( 'Ledger' => array( 'className' => 'Ledger', 'foreignKey' => 'account_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ), ); } ?>