Posts by Fábio Valentim • 51 points
2 posts
-
1
votes1
answer121
viewsQ: I’m unable to update a field in Cakephp with $this->Model->saveField()
I’m unable to update a certain field in Cakephp. When the $this->OrdemServico->saveField(), he simply does not perform. Code: class OrdemServico extends AppModel { public $name =…
-
3
votes1
answer1942
viewsQ: Programmatically set Google Chrome home page
To define the home page of Internet Explorer, we can do as follows: REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "Start Page" /D "http://www.google.com/" /F But for Google Chrome…