Added comments to Schedule Service

This commit is contained in:
drigato 2013-02-25 09:15:03 -05:00 committed by denise
parent d08f6cf3e1
commit bdab294fce
3 changed files with 14 additions and 5 deletions

View file

@ -2,6 +2,13 @@
class Application_Service_ScheduleService
{
/*
* Form stuff begins here
* Typically I would keep form creation and validation
* in the controller but since shows require 9 forms,
* the controller will become too fat.
* Maybe we should create a special form show service?
*/
/**
*
* @return array of schedule forms
@ -78,7 +85,9 @@ class Application_Service_ScheduleService
{
}
/*
* Form stuff ends
*/
/**
*
* Creates a new show if form data is valid