Как найти, где находится класс в php
<?php $ref = new ReflectionClass('Application'); print $ref->getFileName() . ':' . $ref->getStartLine();