My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

require_once dirname(__FILE__).'/../lib/vendor/symfony/lib/autoload/sfCoreAutoload.class.php';
sfCoreAutoload::register();

class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins('sfDoctrinePlugin', 'swFormExtraPlugin', 'sfFormExtraPlugin');
}

public function configureDoctrine(Doctrine_Manager $manager)
{
$manager->setAttribute(Doctrine_Core::ATTR_QUERY_CLASS, 'DQ');
$manager->setAttribute(Doctrine_Core::ATTR_COLLECTION_CLASS, 'DC');
}
}

Change log

r125 by lukas.smith on Dec 24, 2009   Diff
added sfFormExtraPlugin
Go to: 
Project members, sign in to write a code review

Older revisions

r99 by lukas.smith on Dec 18, 2009   Diff
made it possible to set the
address/lat/lng via google maps
r75 by lukas.smith on Dec 17, 2009   Diff
use a custom query and collection
class
r53 by lukas.smith on Dec 17, 2009   Diff
added symfony 1.4 project
All revisions of this file

File info

Size: 526 bytes, 18 lines
Powered by Google Project Hosting