initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?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');
}
}

View File

@@ -0,0 +1,10 @@
# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/07-Databases
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: mysql:host=localhost;dbname=ProActiveEnglish
username: root
password:

View File

@@ -0,0 +1,4 @@
[symfony]
name=ProActiveEnglish
author=Your name here
orm=Doctrine

View File

@@ -0,0 +1,15 @@
# Project files
/cache/*
/log/*
/web/*_dev.php
/web/uploads/*
# SCM files
.arch-params
.bzr
_darcs
.git
.hg
.monotone
.svn
CVS