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

@ -17,7 +17,7 @@ class ParentField extends IntegerField{
$this->parent_model=&$parent_model;
$this->size=$size;
$this->form='SelectForm';
$this->form='CoreForms::SelectForm';
}