<?php
class EmailRecipientsController extends AppController {
var $name = 'EmailRecipients';
var $helpers = array('Html', 'Form', 'Number');
}
?>