Changeset 3922
- Timestamp:
- 07/11/11 17:31:22 (11 months ago)
- Location:
- plugins/apostrophePeoplePlugin/branches/0.1
- Files:
-
- 1 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePeoplePlugin/branches/0.1/lib/model/doctrine/PluginaPersonTable.class.php
r3359 r3922 65 65 { 66 66 return aEngineTools::getEngineCategories('aPeople'); 67 } 67 } 68 68 } -
plugins/apostrophePeoplePlugin/branches/0.1/lib/model/doctrine/PluginaPersonToACategory.class.php
r3160 r3922 13 13 abstract class PluginaPersonToACategory extends BaseaPersonToACategory 14 14 { 15 16 15 } -
plugins/apostrophePeoplePlugin/branches/0.1/lib/model/doctrine/PluginaPersonToACategoryTable.class.php
r3160 r3922 17 17 return Doctrine_Core::getTable('PluginaPersonToACategory'); 18 18 } 19 20 public function mergeCategory($old_id, $new_id) 21 { 22 Doctrine::getTable('aCategory')->mergeCategory($old_id, $new_id, 'aPersonToACategory', 'category_id', true, 'person_id'); 23 } 19 24 }

