I have a site developed in cakephp 2.0 and I want to see, when I make a query into my controller, the query to the database like: “SELECT * FROM products;”
Is possible to trace the query?
I have a site developed in cakephp 2.0 and I want to see, when
Share
You can use DebugKit or in your layout add: