root/trunk/plugins/sfPropelActAsSluggableBehaviorPlugin/config/config.php

Revision 2, 410 bytes (checked in by nperriault, 10 months ago)

First commit of the extracted code from production, I hope no passwd has been forgotten :-)

Line 
1 <?php
2 /*
3  * This file is part of the sfPropelActAsTaggableBehavior package.
4  *
5  * (c) 2007 Guillermo Rauch <rauchg@gmail.com>
6  *
7  * For the full copyright and license information, please view the LICENSE
8  * file that was distributed with this source code.
9  */
10
11 sfPropelBehavior::registerHooks('sfPropelActAsSluggableBehavior', array (
12   ':save:pre' => array ('sfPropelActAsSluggableBehavior', 'preSave'),
13 ));
Note: See TracBrowser for help on using the browser.