Tagged Questions
2
votes
1answer
813 views
Where to find my website's source code?
My company ordered a website and we were given all usernames and passwords but I can't find the PHP source files and this is my first website assignment. I have no prior exposure to web technologies ...
4
votes
3answers
3k views
How to ignore certain coding standard errors in PHP CodeSniffer
We have a PHP 5 web application and we're currently evaluating PHP CodeSniffer in order to decide whether forcing code standards improves code quality without causing too much of a headache. If it ...