Changeset 9414
- Timestamp:
- Nov 27, 2008, 8:27:25 PM (12 years ago)
- Location:
- OpenPNE3/trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/config/schema.yml
r9394 r9414 6 6 created_at: ~ 7 7 updated_at: ~ 8 _behaviors: 9 activate: {} 8 10 9 11 member_relationship: -
OpenPNE3/trunk/lib/config/sfOpenPNEApplicationConfiguration.class.php
r9200 r9414 19 19 $this->getConfigCache()->registerConfigHandler('config/member_config.yml', 'sfOpenPNEMemberConfigHandler', array()); 20 20 include($this->getConfigCache()->checkConfig('config/member_config.yml')); 21 sfPropelBehavior::registerHooks('activate', array ( 22 'Peer:doSelectStmt' => array ('opActivateBehavior', 'doSelectStmt'), 23 'Peer:doCount' => array ('opActivateBehavior', 'doCount'), 24 )); 21 25 } 22 26
Note: See TracChangeset
for help on using the changeset viewer.