gordonmurray / codeigniter-list-unused-functions

A codeigniter controller to list all functions and show unused ones
6 stars 6 forks source link

A little bit extended checking #3

Closed mmilojevic closed 9 years ago

mmilojevic commented 9 years ago

Now we have check for all these calls:

model -> model controller -> model

js -> controller view -> controller controller -> controller

Code is refactored, regexp has been introduced in project (more accurate string operations).