Monthly Archives: October 2010

8 habits to study English efficiently


I am currently studying English. I always try to learn effectively, probably as much as most people do. However, there are people who become able to speak well while the others don’t, although they’ve been spending the same amount of time. I wonder what makes that difference. I’m still not sure exactly why but I [...]
Posted in English, Knowhow | 6 Comments

[CakePHP]How to check SQL queries in Shell and Controller


[CakePHP1.3.3] When you debug, within Controller and Model there is often something like SQL from the instant you’ve done $this->find(). At that time, either put the function below into vendor or if you read it in bootstrap you can confirm it in SQL any time. Incidentally, within Shell things stripped of HTML are output so [...]
Posted in CakePHP | 4 Comments