Fixes on webmodel
This commit is contained in:
parent
9f35b00fed
commit
faa1d76350
2 changed files with 7 additions and 1 deletions
|
|
@ -95,6 +95,12 @@ class PhangoField {
|
|||
|
||||
public $parameters=array();
|
||||
|
||||
/**
|
||||
* A method used for set if this field can be update or insert by everyone.
|
||||
*/
|
||||
|
||||
public $protected=false;
|
||||
|
||||
/**
|
||||
* Method used for internal tasks related with searchs. You can overwrite this method in your PhangoField object if you need translate the value that the user want search to a real value into the database.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue