Ejemplo n.º 1
0
 /**
  * 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;
 }