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