Change name Webmodel to WebModel
This commit is contained in:
parent
a7267ffc30
commit
0164401e7e
22 changed files with 195 additions and 195 deletions
|
|
@ -10,11 +10,11 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* A useful method for Webmodel for load a row from a db model (table)
|
||||
* A useful method for WebModel for load a row from a db model (table)
|
||||
*
|
||||
* With this method you can load only a row specifyng the model id value.
|
||||
*
|
||||
* @param Webmodel $class The instance of the class used
|
||||
* @param WebModel $class The instance of the class used
|
||||
* @param integer $idrow The id value of the row.
|
||||
* @param array $arr_select An array where the values are the correspondent fields of the model
|
||||
* @param boolean $raw_query If true, ForeignKeys will be ignored, if false, the return value will load the relationships specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue