propel classes

This commit is contained in:
Naomi Aro 2011-06-21 15:49:31 +02:00
parent 5f562b94ca
commit f755e41a9a
13 changed files with 1853 additions and 5 deletions

View file

@ -113,4 +113,11 @@ return array (
'BaseCcSubjsPeer' => 'airtime/om/BaseCcSubjsPeer.php',
'BaseCcSubjs' => 'airtime/om/BaseCcSubjs.php',
'BaseCcSubjsQuery' => 'airtime/om/BaseCcSubjsQuery.php',
'CcCountryTableMap' => 'airtime/map/CcCountryTableMap.php',
'CcCountryPeer' => 'airtime/CcCountryPeer.php',
'CcCountry' => 'airtime/CcCountry.php',
'CcCountryQuery' => 'airtime/CcCountryQuery.php',
'BaseCcCountryPeer' => 'airtime/om/BaseCcCountryPeer.php',
'BaseCcCountry' => 'airtime/om/BaseCcCountry.php',
'BaseCcCountryQuery' => 'airtime/om/BaseCcCountryQuery.php',
);