public static function getMapBuilder()
 {
     include_once 'lib/model/map/ExpenditureJournalTaMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.ExpenditureJournalTaMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *       rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/FieldConditionMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.FieldConditionMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *       rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/BpmnProjectMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.BpmnProjectMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *		 rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/AppOwnerMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.AppOwnerMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/GradeComponentMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.GradeComponentMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *		 rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/PermissionsMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.PermissionsMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/VAcademicCostTaMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.VAcademicCostTaMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *       rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/NotificationDeviceMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.NotificationDeviceMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/PaymentHistoryMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.PaymentHistoryMapBuilder');
 }
Exemple #10
0
 /**
  * initialize Propel
  * @return     void
  * @throws     PropelException Any exceptions caught during processing will be
  *		 rethrown wrapped into a PropelException.
  */
 public static function initialize()
 {
     if (self::$configuration === null) {
         throw new PropelException("Propel cannot be initialized without " . "a valid configuration. Please check the log files " . "for further details.");
     }
     self::configureLogging();
     // Now that we have dealt with processing the log properties
     // that may be contained in the configuration we will make the
     // configuration consist only of the remaining propel-specific
     // properties that are contained in the configuration. First
     // look for properties that are in the "propel" namespace.
     $originalConf = self::$configuration;
     self::$configuration = isset(self::$configuration['propel']) ? self::$configuration['propel'] : null;
     if (empty(self::$configuration)) {
         // Assume the original configuration already had any
         // prefixes stripped.
         self::$configuration = $originalConf;
     }
     // reset the connection map (this should enable runtime changes of connection params)
     self::$connectionMap = array();
     self::initAdapters(self::$configuration);
     self::$isInit = true;
     // map builders may be registered w/ Propel before Propel has
     // been initialized; in this case they are stored in a static
     // var of this class & now can be propertly initialized.
     foreach (self::$mapBuilders as $mbClass) {
         BasePeer::getMapBuilder($mbClass);
     }
     // now that the pre-loaded map builders have been propertly initialized
     // empty the array.
     // any further mapBuilders will be build by the generated MapBuilder classes.
     self::$mapBuilders = array();
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/SearchIndexMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.SearchIndexMapBuilder');
 }
Exemple #12
0
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/CounselingMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.CounselingMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'plugins/deppPropelMonitoringBehaviorsPlugin/lib/model/map/NewsMapBuilder.php';
     return BasePeer::getMapBuilder('plugins.deppPropelMonitoringBehaviorsPlugin.lib.model.map.NewsMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/PersonalWorktypeMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.PersonalWorktypeMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *       rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/ElementTaskRelationMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.ElementTaskRelationMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *       rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/PmoauthUserAccessTokensMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.PmoauthUserAccessTokensMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/EmployeeDetailMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.EmployeeDetailMapBuilder');
 }
 public static function getMapBuilder()
 {
     return BasePeer::getMapBuilder('lib.model.map.PositionMilestoneMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/SubjectCurrMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.SubjectCurrMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/CourseScheduleTutorMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.CourseScheduleTutorMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/AngketpmbSoalMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.AngketpmbSoalMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/TestApplicantAchievementMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.TestApplicantAchievementMapBuilder');
 }
Exemple #23
0
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/VCourseDayMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.VCourseDayMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/AccalPeriodMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.AccalPeriodMapBuilder');
 }
 public static function getMapBuilder()
 {
     return BasePeer::getMapBuilder('lib.model.map.ProjectApplicationMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *		 rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/DimTimeDelegateMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.DimTimeDelegateMapBuilder');
 }
 public static function getMapBuilder()
 {
     return BasePeer::getMapBuilder('plugins.nahoWikiPlugin.lib.model.map.nahoWikiPageMapBuilder');
 }
Exemple #28
0
 public static function getMapBuilder()
 {
     return BasePeer::getMapBuilder('lib.model.map.BookMapBuilder');
 }
 public static function getMapBuilder()
 {
     include_once 'lib/model/map/LorfieldsMapBuilder.php';
     return BasePeer::getMapBuilder('lib.model.map.LorfieldsMapBuilder');
 }
 /**
  * @return     MapBuilder the map builder for this peer
  * @throws     PropelException Any exceptions caught during processing will be
  *		 rethrown wrapped into a PropelException.
  */
 public static function getMapBuilder()
 {
     include_once 'classes/model/map/CalendarHolidaysMapBuilder.php';
     return BasePeer::getMapBuilder('classes.model.map.CalendarHolidaysMapBuilder');
 }