first commit
This commit is contained in:
12
plugins/stPropelSeoUrlBehaviorPlugin/config/config.php
Normal file
12
plugins/stPropelSeoUrlBehaviorPlugin/config/config.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
sfPropelBehavior::registerHooks('stPropelSeoUrlBehavior', array(
|
||||
':save:pre' => array('stPropelSeoUrlBehavior', 'preSave'),
|
||||
':save:post' => array('stPropelSeoUrlBehavior', 'postSave'),
|
||||
));
|
||||
|
||||
sfPropelBehavior::registerMethods('stPropelSeoUrlBehavior', array (
|
||||
array (
|
||||
'stPropelSeoUrlBehavior',
|
||||
'getFriendlyUrl'
|
||||
),
|
||||
));
|
||||
Reference in New Issue
Block a user