Campustream 1.0
A social network MQP for WPI
application/lib/vocab.php
Go to the documentation of this file.
00001 <?
00002 
00006 class vocab {
00007 
00013         public function plural($word, $amt) {
00014                 return $word . ($amt == 1 ? '' : 's');
00015         }
00016 }