0
I am generating a controller for cakebake based on a table called cliente_planos
.
It generates controller methods using always $this->ClientePlanos
, is generating correctly, but no control method works and found that they only work if I change to $this->Clienteplanos
.
The correct is $this->ClientePlanos
, but I don’t know where to set up Bake to transform the table cliente_planos
in $this->ClientePlanos
without giving object error not found.
I’m using cakephp 3 and PHP 5.6.3
I’ve been working with cake for 4 years, since I started working with English names has been much better. If you can, do the same, your productivity will increase even more.
– Artur