initial commit

This commit is contained in:
Chris Sewell
2012-11-28 03:55:08 -05:00
parent 7adb399b2e
commit cf140a2e97
3247 changed files with 492437 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?php
// auto-generated by sfValidatorConfigHandler
// date: 2012/06/11 14:38:28
if ($_SERVER['REQUEST_METHOD'] == 'GET')
{
$validators = array();
}
else if ($_SERVER['REQUEST_METHOD'] == 'POST')
{
$validators = array();
$validatorManager->registerName('username', 1, 'Please enter a username.', null, null, false);
$validatorManager->registerName('password', 1, 'Please enter a password.', null, null, false);
$context->getRequest()->setAttribute('fillin', array (
), 'symfony/filter');
}