Wednesday, November 3, 2010

Controller: Reminders

Create /app/controllers/reminders_controller.php
<?php
class RemindersController extends AppController {
    var $name = 'Reminders';
    var $scaffold;
}
?>
Upload the file and browse to http://drug-ed.com/reminders to verify it works. Again the defined relationship to drugs and users should cause action links to show.

No comments:

Post a Comment