Posts by Arthur Pires De Lima • 1 point
1 post
-
-1
votes1
answer26
viewsQ: Hash of some Cakephp2 field
I generated some scaffolding tables from Cakephp2, I have a model called account and created a Setter and getter: public function setPassword($password) { $this->password =…