Added comments to Schedule Service
This commit is contained in:
parent
d08f6cf3e1
commit
bdab294fce
3 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue