I am learning cakephp and I have this code that is appearently in a plugin folder in a folder called testifying and under the testifying plugin, in the controllers there is a file called dispatch_controller.php
When I opened the dispatch_controller.php I have this
var $uses = array('TestifyinItem', 'Customer','Audio','User','Testifying.Profile','Analytics.Statistic','Cron.CronJob');
Now I couldnt find TestifyinItem in that folder but when I went to app/models I found Testifying_item.php. I couldnt find CronJob in any folder but there is a folder in plugins named cron_job and has a class called CronJob in it.... I think I am confused as to where to find what and how.
any help will be appreciated