sports_tournament/ ├── index.php ← Public home page ├── tournaments.php ← Browse tournaments ├── tournament_detail.php ← Individual tournament view ├── teams.php ← Browse teams ├── standings.php ← ...
In this tutorial, we will create a new coding standard with a single sniff. Our sniff will prohibit the use of Perl style hash comments. Sniffs need to follow strict directory layout and naming ...