40 | | {{{ $numMembers=$event['Event']['self_eval'] ? $this->GroupsMembers->findCount('group_id='.$groupId) : |
41 | | $this->GroupsMembers->findCount('group_id='.$groupId) - 1; }}} |
42 | | Caution: To upgrade CakePHP library for iPeer, please also look into the following files to change for iPeer customization: |
43 | | 1.replace all thtml -> tpl.php, since iPeer use php extension instead of thtml |
44 | | 2.change the controller.php in \cake\libs\controller |
45 | | 3.change html.php helper in \cake\libs\view\helpers |
46 | | 4.change dbo_source.php in \cake\libs\model\datasources |
| 42 | {{{ |
| 43 | $numMembers=$event['Event']['self_eval'] ? $this->GroupsMembers->findCount('group_id='.$groupId) : $this->GroupsMembers->findCount('group_id='.$groupId) - 1; |
| 44 | }}} |
| 45 | === Caution: To upgrade CakePHP library for iPeer, please also look into the following files to change for iPeer customization: === |
| 46 | 1.replace all thtml -> tpl.php, since iPeer use php extension instead of thtml |
| 47 | 2.change the controller.php in \cake\libs\controller |
| 48 | 3.change html.php helper in \cake\libs\view\helpers |
| 49 | 4.change dbo_source.php in \cake\libs\model\datasources |