Fixes on webmodel

This commit is contained in:
Antonio de la Rosa 2015-08-24 01:34:21 +02:00
parent 9f35b00fed
commit faa1d76350
2 changed files with 7 additions and 1 deletions

View file

@ -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.
*/ */

View file

@ -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