application/modules/xbanners/models/Map/BannerImageI18nTableMap.php 1 location
|
@@ 410-416 (lines=7) @@
|
407 |
|
/** |
408 |
|
* Add a TableMap instance to the database for this tableMap class. |
409 |
|
*/ |
410 |
|
public static function buildTableMap() |
411 |
|
{ |
412 |
|
$dbMap = Propel::getServiceContainer()->getDatabaseMap(BannerImageI18nTableMap::DATABASE_NAME); |
413 |
|
if (!$dbMap->hasTable(BannerImageI18nTableMap::TABLE_NAME)) { |
414 |
|
$dbMap->addTableObject(new BannerImageI18nTableMap()); |
415 |
|
} |
416 |
|
} |
417 |
|
|
418 |
|
/** |
419 |
|
* Performs a DELETE on the database, given a BannerImageI18n or Criteria object OR a primary key value. |
application/modules/xbanners/models/Map/BannerImageTableMap.php 1 location
|
@@ 418-424 (lines=7) @@
|
415 |
|
/** |
416 |
|
* Add a TableMap instance to the database for this tableMap class. |
417 |
|
*/ |
418 |
|
public static function buildTableMap() |
419 |
|
{ |
420 |
|
$dbMap = Propel::getServiceContainer()->getDatabaseMap(BannerImageTableMap::DATABASE_NAME); |
421 |
|
if (!$dbMap->hasTable(BannerImageTableMap::TABLE_NAME)) { |
422 |
|
$dbMap->addTableObject(new BannerImageTableMap()); |
423 |
|
} |
424 |
|
} |
425 |
|
|
426 |
|
/** |
427 |
|
* Performs a DELETE on the database, given a BannerImage or Criteria object OR a primary key value. |
application/modules/xbanners/models/Map/BannersI18nTableMap.php 1 location
|
@@ 386-392 (lines=7) @@
|
383 |
|
/** |
384 |
|
* Add a TableMap instance to the database for this tableMap class. |
385 |
|
*/ |
386 |
|
public static function buildTableMap() |
387 |
|
{ |
388 |
|
$dbMap = Propel::getServiceContainer()->getDatabaseMap(BannersI18nTableMap::DATABASE_NAME); |
389 |
|
if (!$dbMap->hasTable(BannersI18nTableMap::TABLE_NAME)) { |
390 |
|
$dbMap->addTableObject(new BannersI18nTableMap()); |
391 |
|
} |
392 |
|
} |
393 |
|
|
394 |
|
/** |
395 |
|
* Performs a DELETE on the database, given a BannersI18n or Criteria object OR a primary key value. |
application/modules/xbanners/models/Map/BannersTableMap.php 1 location
|
@@ 387-393 (lines=7) @@
|
384 |
|
/** |
385 |
|
* Add a TableMap instance to the database for this tableMap class. |
386 |
|
*/ |
387 |
|
public static function buildTableMap() |
388 |
|
{ |
389 |
|
$dbMap = Propel::getServiceContainer()->getDatabaseMap(BannersTableMap::DATABASE_NAME); |
390 |
|
if (!$dbMap->hasTable(BannersTableMap::TABLE_NAME)) { |
391 |
|
$dbMap->addTableObject(new BannersTableMap()); |
392 |
|
} |
393 |
|
} |
394 |
|
|
395 |
|
/** |
396 |
|
* Performs a DELETE on the database, given a Banners or Criteria object OR a primary key value. |