database changes for name, searching for playlist for a show.
This commit is contained in:
parent
8d58f8fddb
commit
c1c4c4e598
130 changed files with 699 additions and 367 deletions
18
application/models/airtime/CcSubjsQuery.php
Normal file
18
application/models/airtime/CcSubjsQuery.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'cc_subjs' 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.airtime
|
||||
*/
|
||||
class CcSubjsQuery extends BaseCcSubjsQuery {
|
||||
|
||||
} // CcSubjsQuery
|
Loading…
Add table
Add a link
Reference in a new issue