bp->countChildren(); $howMany = 'normal'; if ($count < 20) { $howMany = 'few'; } elseif ($count > 50) { $howMany = 'many'; } ?>