summaryrefslogtreecommitdiff
path: root/plugins/Sample/User_greeting_count.php
AgeCommit message (Collapse)Author
2010-01-03add keyTypes() for User_greeting_countEvan Prodromou
2010-01-03Expand SamplePlugin to show other best practicesEvan Prodromou
I modified the SamplePlugin to show how to do some real processing, adding a data class and an action class and modifying the main menu to link to the new action. I added documentation comments to all the methods and made sure the modules were PHPCS-clean.