Created function to create repeating show instances

Created function to create rebroadcast show instances
This commit is contained in:
denise 2013-03-08 11:19:03 -05:00
parent af622eb4b8
commit 4a86da5f87
3 changed files with 118 additions and 22 deletions

View file

@ -6,7 +6,7 @@ class Application_Service_ShowService
/**
*
* Enter description here ...
* Sets the fields for a cc_show table row
* @param $ccShow
* @param $showData
*/
@ -29,7 +29,7 @@ class Application_Service_ShowService
/**
*
* Enter description here ...
* Sets the fields for a cc_show_days table row
* @param $showData
* @param $showId
* @param $userId
@ -107,7 +107,7 @@ class Application_Service_ShowService
/**
*
* Enter description here ...
* Sets the fields for a cc_show_rebroadcast table row
* @param $showData
* @param $showId
* @param $repeatType
@ -144,7 +144,7 @@ class Application_Service_ShowService
/**
*
* Enter description here ...
* Sets the fields for a cc_show_hosts table row
* @param $showData
* @param $showId
*/