I have a MVC and I have a function: updateVisitor()
This function is called in visitors.php
And visitors.php is included once time with require_one
But the function is being executed three times, any idea? Is there any php debugger to see where are the functions being called from?
I can't code because it's very huge and I resume it very well