예제 #1
0
파일: shop.php 프로젝트: jeprodev/jeproshop
 /**
  * Get the associated table if available
  *
  * @param $table
  * @return array
  */
 public static function getAssociatedTable($table)
 {
     if (!JeproshopShopModelShop::$initialized) {
         JeproshopShopModelShop::init();
     }
     return isset(JeproshopShopModelShop::$associated_tables[$table]) ? JeproshopShopModelShop::$associated_tables[$table] : false;
 }