sintonia/airtime_mvc/application/models/airtime/PodcastQuery.php
drigato 28493497fd SAAS-1058: Podcast table schema
SAAS-1059: Add description field to cc_files
2015-09-14 17:00:54 -04:00

18 lines
397 B
PHP

<?php
/**
* Skeleton subclass for performing query and update operations on the 'podcast' 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 PodcastQuery extends BasePodcastQuery
{
}