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();
|
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.
|
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -262,7 +262,7 @@ class Webmodel {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
protected $reset_conditions=true;
|
public $reset_conditions=true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internal arrays for create new indexes in the tables
|
* Internal arrays for create new indexes in the tables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue