root/branches/1.2/lib/plugins/sfDoctrinePlugin/config/sfDoctrinePluginConfiguration.class.php
| Revision 14978, 0.7 kB (checked in by Jonathan.Wage, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * This file is part of the symfony package. |
| 5 | * (c) Jonathan H. Wage <jonwage@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 | /** |
| 12 | * sfDoctrinePluginConfiguration Class |
| 13 | * |
| 14 | * @package symfony |
| 15 | * @subpackage doctrine |
| 16 | * @author Jonathan H. Wage <jonwage@gmail.com> |
| 17 | * @version SVN: $Id: sfDoctrineConnectionListener.class.php 11878 2008-09-30 20:14:40Z Jonathan.Wage $ |
| 18 | */ |
| 19 | class sfDoctrinePluginConfiguration extends sfPluginConfiguration |
| 20 | { |
| 21 | public function initialize() |
| 22 | { |
| 23 | require_once dirname(__FILE__) . '/config.php'; |
| 24 | |
| 25 | return true; |
| 26 | } |
| 27 | } |
Note: See TracBrowser for help on using the browser.