Added update property for things how ImageField

This commit is contained in:
Antonio de la Rosa 2015-08-29 04:48:26 +02:00
parent 22becfad23
commit 4f3641ad5b
2 changed files with 18 additions and 0 deletions

View file

@ -114,6 +114,11 @@ class PhangoField {
public $default_value='';
/**
* A property for know if updated or insert this field
*/
public $update=0;
/**