changed how shows saved in database to make keeping track of host permissions easier.
This commit is contained in:
parent
b10c2cfe2a
commit
d94063fbe4
30 changed files with 6527 additions and 812 deletions
18
application/models/campcaster/CcShowDays.php
Normal file
18
application/models/campcaster/CcShowDays.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for representing a row from the 'cc_show_days' table.
|
||||
*
|
||||
*
|
||||
*
|
||||
* You should add additional methods to this class to meet the
|
||||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*
|
||||
* @package propel.generator.campcaster
|
||||
*/
|
||||
class CcShowDays extends BaseCcShowDays {
|
||||
|
||||
} // CcShowDays
|
Loading…
Add table
Add a link
Reference in a new issue