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