Good morning I need to find where in CakePHP 2.5.2 this query is performed:
SELECT COUNT(*) AS count FROM umatabela WHERE status = 1
It has a model where this table is referenced, and may be referenced elsewhere.
By Debugkit I'm running all the possible locales and can not find.
Would there be a better way of tracking, than searching for models or running each script and looking at debugkit?