In a nutshell I’m updating some code that uses CodeIgniter and I’m wasting a lot of time just tracing the code’s controllers to find out what views are being used.
Is there an easy way to find out what view is being used and possibly what controller is calling them.
I know you’d usually just go to the uri and figure it out from there, but the previous programmer used some really complicated regex in his routing.
I’m looking for a tracing tool that does something like ASP.NET tracing or maybe a tool similar to .NET’s Glimpse
Anyone have any ideas?
There is now a version of Glimpse for PHP.
You may be able to createba plugin for it: http://blog.maartenballiauw.be/post/2011/08/02/A-client-side-Glimpse-to-your-PHP-application.aspx