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

@ -22,7 +22,7 @@ class DoubleField extends PhangoField {
{
$this->size=$size;
$this->form='TextForm';
$this->form='CoreForms::TextForm';
}