sintonia/airtime_mvc/application/models/airtime/PodcastEpisodesPeer.php
drigato 9a2e9d1b3b SAAS-1058: Podcast table schema
Renamed podcast_contents to podcast_episodes
Added new columns to podcast_episodes table
2015-09-18 09:51:44 -04:00

18 lines
420 B
PHP

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