Added coreforms

This commit is contained in:
Antonio de la Rosa 2015-08-19 02:05:13 +02:00
parent cfe9f7217e
commit 40eb84aeab
18 changed files with 519 additions and 17 deletions

View file

@ -23,7 +23,7 @@ class DateField extends PhangoField {
{
$this->size=$size;
$this->form='DateForm';
$this->form='CoreForms::DateForm';
}