Changes between Version 4 and Version 5 of PrevTechDoc
- Timestamp:
- 2010-06-03T21:58:44Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrevTechDoc
v4 v5 41 41 2.Get no. of members within a group: 42 42 {{{ 43 $numMembers=$event['Event']['self_eval'] ? $this->GroupsMembers->findCount('group_id='.$groupId) : $this->GroupsMembers->findCount('group_id='.$groupId) - 1; 43 $numMembers=$event['Event']['self_eval'] ? 44 $this->GroupsMembers->findCount('group_id='.$groupId) : 45 $this->GroupsMembers->findCount('group_id='.$groupId) - 1; 44 46 }}} 45 47 === Caution: To upgrade CakePHP library for iPeer, please also look into the following files to change for iPeer customization: ===