Added update property for things how ImageField
This commit is contained in:
parent
22becfad23
commit
4f3641ad5b
2 changed files with 18 additions and 0 deletions
|
|
@ -114,6 +114,11 @@ class PhangoField {
|
|||
|
||||
public $default_value='';
|
||||
|
||||
/**
|
||||
* A property for know if updated or insert this field
|
||||
*/
|
||||
|
||||
public $update=0;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue