Answer the question
In order to leave comments, you need to log in
How to remove forced renaming of properties in a model under camelCase in phalcon?
class Unit extends \Phalcon\Mvc\Model
{
public $ID_Unit;
public $NameUnit;
}
{
"idUnit": "1",
"nameUnit": "кв.М"
},
{
"ID_Unit": "1",
"NameUnit": "кв.М"
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question